Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ukkopahis committed Dec 26, 2021
1 parent 214c28a commit 9aad1be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/Updating-the-Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ Quick instructions:

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

0 comments on commit 9aad1be

Please sign in to comment.