Merge pull request #4 from CalebFenton/patch-3

Don't disable ipv6
This commit is contained in:
Eldwan Brianne
2021-01-19 11:59:09 +01:00
committed by GitHub

View File

@@ -41,6 +41,8 @@ services:
- LOCAL_NETWORK=192.168.0.0/16 - LOCAL_NETWORK=192.168.0.0/16
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
logging: logging:
driver: json-file driver: json-file
options: options: