Undo indent, made it into a normal monospaced block
.
This commit is contained in:
parent
4257654c03
commit
51e29ae2ab
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user