mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-06 16:10:26 +00:00
Add setting to enable ipv6
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
|
||||
- name: Ensure matrix-mautrix-slack container network is created
|
||||
community.general.docker_network:
|
||||
enable_ipv6: "{{ matrix_ipv6_enabled }}"
|
||||
name: "{{ matrix_mautrix_slack_container_network }}"
|
||||
driver: bridge
|
||||
|
||||
|
||||
Reference in New Issue
Block a user