Test indenting the bottom code blocks as well.

This commit is contained in:
Hyperling 2023-07-06 06:15:45 -07:00
parent 0757cc340c
commit 4257654c03

View File

@ -1,4 +1,4 @@
# Setup Instructions # Initial Setup Instructions
How to first begin using this subproject. How to first begin using this subproject.
1. Move to this directory. 1. Move to this directory.
``` ```
@ -23,17 +23,18 @@ How to first begin using this subproject.
``` ```
# Other Commands # Other Commands
Tasks which will also likely come up while using this subproject.
## Stop ## Stop
If you need to halt the project 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
``` ```