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

Web server Ipv6 error #245

Open
VineethMindtrace opened this issue Jun 16, 2024 · 1 comment
Open

Web server Ipv6 error #245

VineethMindtrace opened this issue Jun 16, 2024 · 1 comment

Comments

@VineethMindtrace
Copy link

I get the following error after running docker compose:
2024/06/16 20:34:12 [emerg] 11#11: socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
Updating configuration from env

@aPovidlo
Copy link

@VineethMindtrace You can add to webserver in docker-compose.yml next and it will fix this issue:

environment:
      DISABLE_NGINX_IPV6: "true"

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