Skip to content

Commit 7713fee

Browse files
authored
Merge pull request #685 from AkosLukacs/patch-1
Update index.md
2 parents 150d0c4 + ecf3b43 commit 7713fee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/Updates/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,12 @@ Full update steps:
162162
build, and then exit.
163163
6. check the changes for obvious errors (e.g. passwords): `diff
164164
docker-compose.yml docker-compose.yml.bak`
165-
7. Perform the Docker image update procedure: ``` console $ docker-compose pull
166-
$ docker-compose build --pull --no-cache $ docker-compose up --build -d ```
165+
7. Perform the Docker image update procedure:
166+
``` console
167+
$ docker-compose pull
168+
$ docker-compose build --pull --no-cache
169+
$ docker-compose up --build -d
170+
```
167171

168172
### Troubleshooting: if a container fails to start after update
169173

0 commit comments

Comments
 (0)