Skip to content

Commit 9aad1be

Browse files
committed
fixup
1 parent 214c28a commit 9aad1be

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/Updating-the-Project.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ Quick instructions:
1313

1414
*Troubleshooting:* if a container fails to restart after update
1515
* try restarting the whole stack: `docker-compose restart`
16+
* backup your stack settings: `cp docker-compose.yml docker-compose.yml.bak`
1617
* Check log output of the failing service: `docker-compose logs *service-name*`
17-
* try googling and fixing problems in docker-compose.yml manually.
18-
* backup your docker-compose.yml and try recreating the failing service
19-
definition using menu.sh:
20-
* `cp docker-compose.yml docker-compose.yml.bak`
18+
* try googling and fixing problems in docker-compose.yml manually.
19+
* try recreating the failing service definition using menu.sh:
2120
* `./menu.sh`, select Build Stack, unselect the failing service, press enter
2221
to build, and then exit.
2322
* `./menu.sh`, select Build Stack, select the service back again, press enter

0 commit comments

Comments
 (0)