Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d6539c45a
|
||
|
|
470d0fe253
|
@@ -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}
|
||||
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