nginx-proxy received event die for container constantly #2589
Replies: 6 comments
-
Any ideas/help? |
Beta Was this translation helpful? Give feedback.
-
You get the This however (the starting/stopping of other containers) should not affect the |
Beta Was this translation helpful? Give feedback.
-
docker inspect --format='{{.LogPath}}' ID_CONTAINER and check log |
Beta Was this translation helpful? Give feedback.
-
Don't know if it's too late, but better late than never. Maybe you are binding the docker socket |
Beta Was this translation helpful? Give feedback.
-
I just discovered this very issue. Turns out I had a restart loop, because two containers were competing for the same local port with The restart loop looks like this:
Killing the container was also very difficult, but using |
Beta Was this translation helpful? Give feedback.
-
Some suggestions:
|
Beta Was this translation helpful? Give feedback.
-
My setup was working before but it looks like something must be broken now. When starting up my container I get this at the beginning of start-up:
Then a couple minutes later I get this:
This continues forever. It is not reachable from the ports that are presented to it which shows nginx isn't even starting. Any help would be appreciated. This is my config:
Beta Was this translation helpful? Give feedback.
All reactions