mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-02 03:38:23 +02:00
Add ipv6nat container
This enables full IPv6 support via NAT
This commit is contained in:
parent
f02b47ac27
commit
f1571c08a5
@ -265,6 +265,14 @@ services:
|
||||
aliases:
|
||||
- nginx
|
||||
|
||||
ipv6nat:
|
||||
image: robbertkl/ipv6nat
|
||||
restart: always
|
||||
privileged: true
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
networks:
|
||||
mailcow-network:
|
||||
driver: bridge
|
||||
|
Loading…
Reference in New Issue
Block a user