Undo indent, made it into a normal monospaced block.

This commit is contained in:
Hyperling 2023-07-06 06:16:39 -07:00
parent 4257654c03
commit 51e29ae2ab

View File

@ -26,15 +26,15 @@ How to first begin using this subproject.
Tasks which will also likely come up while using this subproject. Tasks which will also likely come up while using this subproject.
## Stop ## Stop
If you need to halt the system you may use either stop or down. If you need to halt the system you may use either stop or down.
``` ```
# docker compose stop # docker compose stop
# docker compose down # docker compose down
``` ```
## Upgrade ## Upgrade
Upgrading the containers should be as easy as this: Upgrading the containers should be as easy as this:
``` ```
# docker compose down # docker compose down
# docker compose pull # docker compose pull
# docker compose build # docker compose build
# docker compose up -d # docker compose up -d
``` ```