Nginx already started
Closed this issue · 2 comments
ruudboon commented
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.
ruudboon commented
Found the issue (not related to Amplify), my bad.
gshulegaard commented
Just wanted to say thanks for taking the time to report an issue!