From 40c1b28a01b558747119984158aa98081759471f Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <elberfeld@web.de> Date: Fri, 9 Jun 2023 13:59:38 +0200 Subject: [PATCH] enable ipv6 NAT for docker --- common/docker/templates/daemon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/docker/templates/daemon.json b/common/docker/templates/daemon.json index 6dd98ead..ff89d5df 100644 --- a/common/docker/templates/daemon.json +++ b/common/docker/templates/daemon.json @@ -6,7 +6,7 @@ "max-file": "5" }, "metrics-addr": "{{int_ip4}}:9323", - "experimental": true - + "experimental": true, + "ip6tables": true } -- GitLab