1
0
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:
Michael Kuron 2017-05-05 20:28:05 +02:00 committed by Michael Kuron
parent f02b47ac27
commit f1571c08a5

View File

@ -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