Test indenting the bottom code blocks as well.
This commit is contained in:
parent
0757cc340c
commit
4257654c03
@ -1,4 +1,4 @@
|
||||
# Setup Instructions
|
||||
# Initial Setup Instructions
|
||||
How to first begin using this subproject.
|
||||
1. Move to this directory.
|
||||
```
|
||||
@ -23,17 +23,18 @@ How to first begin using this subproject.
|
||||
```
|
||||
|
||||
# Other Commands
|
||||
Tasks which will also likely come up while using this subproject.
|
||||
## Stop
|
||||
If you need to halt the project you may use either stop or down.
|
||||
```
|
||||
# docker compose stop
|
||||
# docker compose down
|
||||
```
|
||||
If you need to halt the system you may use either stop or down.
|
||||
```
|
||||
# docker compose stop
|
||||
# docker compose down
|
||||
```
|
||||
## Upgrade
|
||||
Upgrading the containers should be as easy as this:
|
||||
```
|
||||
# docker compose down
|
||||
# docker compose pull
|
||||
# docker compose build
|
||||
# docker compose up -d
|
||||
```
|
||||
```
|
||||
# docker compose down
|
||||
# docker compose pull
|
||||
# docker compose build
|
||||
# docker compose up -d
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user