logging client ip address behind reverse proxy
https://github.com/nextcloud/docker/issues/1103
This commit is contained in:
parent
21c72279e0
commit
96a6650f00
12
docker.yml
12
docker.yml
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user