Fix Caddy not binding to IPv6
https://github.com/ansible-collections/community.docker/issues/70
This commit is contained in:
parent
40e1215bc0
commit
e1c3971133
|
@ -26,6 +26,7 @@
|
|||
restart: "{{ stop is undefined or not stop }}"
|
||||
image: caddy:{{ services.caddy.version }}
|
||||
restart_policy: always
|
||||
default_host_ip: ""
|
||||
networks:
|
||||
- name: services
|
||||
published_ports:
|
||||
|
|
Reference in a new issue