nginxinc/docker-nginx-amplify

Nginx already started

Closed this issue · 2 comments

When running the docker container I see messages like this:

2017/11/04 08:40:13 [emerg] 11#11: bind() to 0.0.0.0:80 failed (98: Address already in use)
2017/11/04 08:40:13 [emerg] 11#11: bind() to 0.0.0.0:80 failed (98: Address already in use)
2017/11/04 08:40:13 [emerg] 11#11: bind() to 0.0.0.0:80 failed (98: Address already in use)
2017/11/04 08:40:13 [emerg] 11#11: bind() to 0.0.0.0:80 failed (98: Address already in use)
2017/11/04 08:40:13 [emerg] 11#11: bind() to 0.0.0.0:80 failed (98: Address already in use)
2017/11/04 08:40:13 [emerg] 11#11: still could not bind()

Looks like Nginx is already started by the image that it depends on.

Found the issue (not related to Amplify), my bad.

Just wanted to say thanks for taking the time to report an issue!