Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest image fails to start nginx #24

Closed
rulatir opened this issue Sep 9, 2022 · 2 comments
Closed

Latest image fails to start nginx #24

rulatir opened this issue Sep 9, 2022 · 2 comments

Comments

@rulatir
Copy link

rulatir commented Sep 9, 2022

Steps to reproduce:

$ docker run --rm -it -p 8080:80 -p 33306:3306 ghcr.io/concrete5-community/docker5:9.1.1-full

Expected:

Starting MariaDB... done.
Starting Nginx... done.
Starting PHP-FPM... done.

... and a running container.

Actual:

Starting MariaDB... done.
Starting Nginx... 
FAILED!.
Starting PHP-FPM... done.
Failed to start services

... and the container exits.

By overriding the entrypoint to get into the container's shell, I issued ccm-service start with the same result, and found this in /var/log/nginx/error.log:

2022/09/09 19:00:13 [emerg] 332#332: socket() [::]:80 failed (97: Address family not supported by protocol)

Possibly relevant: the host is IP4-only. Is that an exotic scenario? Many desktop linux users disable IP6.

@rulatir
Copy link
Author

rulatir commented Sep 9, 2022

Looks like a docker issue, but apparently it has been fixed back in April? My docker is 20.10.17.

@mlocati
Copy link
Member

mlocati commented Sep 12, 2022

I don't know: everything is working fine for me... (docker 20.10.17,1 on Windows).

@mlocati mlocati closed this as not planned Won't fix, can't repro, duplicate, stale Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants