Update conf to disable ipv6

https://mailcow.email/posts/2024/docker-25-ipv6-changes/
This commit is contained in:
thopic 2024-02-14 12:02:02 +01:00
parent bca0962d80
commit a57034b182
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -52,6 +52,6 @@ networks:
driver: default driver: default
config: config:
- subnet: ${IPV4_NETWORK:-172.22.1}.0/24 - subnet: ${IPV4_NETWORK:-172.22.1}.0/24
- subnet: ${IPV6_NETWORK:-fd4d:6169:6c63:6f77::/64} # - subnet: ${IPV6_NETWORK:-fd4d:6169:6c63:6f77::/64}
proxy: proxy:
external: true external: true