Fix IPv6 binding for containers

This commit is contained in:
Sam A. 2023-04-27 00:03:38 +02:00
parent 036f64e60a
commit eb0d1f6bb0
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: