Closed ergoz closed 10 months ago
Ideally, you should think about deploying IPv6 since that is the future...
Anyway, my hosts have IPv6 enabled, but my containers do not, and I am not having any issues. Does cat /sys/module/ipv6/parameters/disable
in the container show 1?
Describe the bug I have a server with disabled ipv6. If i try to start container i get error:
To Reproduce Steps to reproduce the behavior:
Expected behavior Successfull start and run
Additional context Easy fix is to change
listen [::]:80;
tolisten 80;
or something same inregistry.dege.au/leenooks/php:8.1-fpm-alpine-ldap
file/etc/nginx/sites-available/default