logging client ip address behind reverse proxy

https://github.com/nextcloud/docker/issues/1103
This commit is contained in:
olli 2023-06-05 12:30:27 +02:00
parent 21c72279e0
commit 96a6650f00

View File

@ -90,6 +90,18 @@
- python3-docker - python3-docker
update_cache: yes update_cache: yes
install_recommends: no 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 - name: /usr/local/sbin/autoupdate.d/docker.update
blockinfile: blockinfile: