Fix naming conflicts and IPv6 binding for containers
This commit is contained in:
parent
e1c3971133
commit
65d8710c29
|
@ -26,7 +26,7 @@
|
|||
restart: "{{ stop is undefined or not stop }}"
|
||||
image: caddy:{{ services.caddy.version }}
|
||||
restart_policy: always
|
||||
default_host_ip: ""
|
||||
default_host_ip: ''
|
||||
networks:
|
||||
- name: services
|
||||
published_ports:
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- name: Deploy Jitsi Meet with Docker Compose
|
||||
community.docker.docker_compose:
|
||||
project_name: searxng
|
||||
project_name: jitsi_meet
|
||||
state: "{{ 'absent' if stop is defined and stop else 'present' }}"
|
||||
restarted: "{{ stop is undefined or not stop }}"
|
||||
remove_orphans: true
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
state: "{{ 'absent' if stop is defined and stop else 'started' }}"
|
||||
image: simplexchat/smp-server:{{ services.smp_server.version }}
|
||||
restart_policy: always
|
||||
default_host_ip: ''
|
||||
networks:
|
||||
- name: tor
|
||||
aliases:
|
||||
|
|
Reference in a new issue