mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-11 18:35:11 +02:00
Add setting to enable ipv6
This commit is contained in:
@ -83,6 +83,7 @@
|
||||
|
||||
- name: Ensure matrix-static-files container network is created
|
||||
community.general.docker_network:
|
||||
enable_ipv6: "{{ matrix_ipv6_enabled }}"
|
||||
name: "{{ matrix_static_files_container_network }}"
|
||||
driver: bridge
|
||||
|
||||
|
Reference in New Issue
Block a user