nginx-proxy: On boot exit 2 after that no problem
Hi,
i hope that somebody can help me. When i reboot/start my server, all Containers start, except nginx-proxy. There i get an “Exited (2)” in the status. After i make an “docker-compose up -d” it starts und runs without any problems. The logs don´t tell my anything (at least for me as a docker beginner).
`SIGQUIT: quit PC=0x46b9e1 m=0 sigcode=0
goroutine 34 [syscall]:`
And than a lot of goroutine´s.


About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (11 by maintainers)
Don’t be, everything’s fine 😄
Well to be honest my take on that is that the compose file is provided as a bare bone example only. Adding a
restart:directive would be making assumptions on the user’s behalf. That’s everyone responsibility to familiarise themselves with the specific of the other tools involved in a project (Docker CLI or Docker Compose in this case).Hi. This might be an issue with docker-gen that should have been fixed recently, but the updated docker-gen version is not used yet in nginx-proxy. I’ll try to push a (supposedly) fixed container for you to try in the next days.