From 96a6650f00b0826344093047c0cfac3dbc7f2eb0 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 5 Jun 2023 12:30:27 +0200 Subject: [PATCH] logging client ip address behind reverse proxy https://github.com/nextcloud/docker/issues/1103 --- docker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docker.yml b/docker.yml index 10ea3b0..af65067 100644 --- a/docker.yml +++ b/docker.yml @@ -90,6 +90,18 @@ - python3-docker update_cache: yes install_recommends: no + + # https://github.com/nextcloud/docker/issues/1103 + - name: writing daemon.json (ipv6 settings) + copy: + dest: "/etc/docker/daemon.json" + content: | + { + "ipv6": true, + "fixed-cidr-v6": "fdab::/64", + "experimental": true, + "ip6tables": true + } - name: /usr/local/sbin/autoupdate.d/docker.update blockinfile: