We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 150d0c4 + ecf3b43 commit 7713feeCopy full SHA for 7713fee
docs/Updates/index.md
@@ -162,8 +162,12 @@ Full update steps:
162
build, and then exit.
163
6. check the changes for obvious errors (e.g. passwords): `diff
164
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 ```
+7. Perform the Docker image update procedure:
+ ``` console
167
+ $ docker-compose pull
168
+ $ docker-compose build --pull --no-cache
169
+ $ docker-compose up --build -d
170
+ ```
171
172
### Troubleshooting: if a container fails to start after update
173
0 commit comments