fix ipv6 smtp problem #27
@@ -34,3 +34,5 @@ TX="Europe/Berlin"
|
||||
# If SMTP isn't working, enable this line to debug
|
||||
# remember to disable it after debugging
|
||||
#SMTP_DEBUG=true
|
||||
|
||||
#DISABLE_IPV6=0
|
||||
|
||||
@@ -7,6 +7,8 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=${DISABLE_IPV6:-1}
|
||||
|
ammaratef45 marked this conversation as resolved
Outdated
|
||||
environment:
|
||||
- "DOMAIN=https://$DOMAIN"
|
||||
- "WEBSOCKET_ENABLED=$WEBSOCKET_ENABLED"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
To enable ipv6 set DISABLE_IPV6=0
|
||||
Reference in New Issue
Block a user
does this mean ipv6 is disabled by default?
ah yes it does https://docs.kernel.org/networking/ip-sysctl.html