mailcow / mailcow-dockerized-docs

mailcow: dockerized - documentation đź“°

Home Page:https://docs.mailcow.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx should also have ipv6 disabled

alparslanozturk opened this issue · comments

my docker deamon completly disable ipv6 so nginx also sould be fixed

nginx: [emerg] socket() [::]:8081 failed (97: Address family not supported by protocol)
nginx: configuration file /etc/nginx/nginx.conf test failed

grep '::' data/conf/nginx/*
data/conf/nginx/dynmaps.conf:  listen [::]:8081;
grep: data/conf/nginx/includes: Is a directory
data/conf/nginx/listen_plain.active:listen [::]:80;
data/conf/nginx/listen_ssl.active:listen [::]:443 ssl http2;

this document not mention it;
mailcow-dockerized-docs/docs/post_installation/firststeps-disable_ipv6.en.md

Feel free to create a PR with that changes.

with fork or not now my status like this.
image

Thats the normal mailcow isn´t it?

That here is the Docs repo not the mailcow Repo itself.

Solved with: #426