Fix IPv6 binding for containers
This commit is contained in:
parent
036f64e60a
commit
eb0d1f6bb0
|
@ -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
|
||||
ipv4_address: 172.16.3.2
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
restart: "{{ stop is undefined or not stop }}"
|
||||
image: sethsimmons/simple-monerod:{{ services.monerod.version }}
|
||||
restart_policy: always
|
||||
default_host_ip: ''
|
||||
networks:
|
||||
- name: services
|
||||
aliases:
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
restart: "{{ stop is undefined or not stop }}"
|
||||
image: linuxserver/wireguard:{{ services.wireguard.version }}
|
||||
restart_policy: always
|
||||
default_host_ip: ''
|
||||
networks:
|
||||
- name: wireguard
|
||||
env:
|
||||
|
|
Reference in a new issue