Add ipv6nat container

This enables full IPv6 support via NAT
master
Michael Kuron 2017-05-05 20:28:05 +02:00 committed by Michael Kuron
parent f02b47ac27
commit f1571c08a5
1 changed files with 8 additions and 0 deletions

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