Move matrix-nginx-proxy to its own container network
This service will be removed soon, but for now we need to get rid of `matrix_docker_network` usage everywhere.
This commit is contained in:
@ -24,7 +24,7 @@ matrix_nginx_proxy_systemd_wanted_services_list: []
|
||||
|
||||
# The base container network.
|
||||
# Also see: matrix_nginx_proxy_container_additional_networks
|
||||
matrix_nginx_proxy_container_network: "{{ matrix_docker_network }}"
|
||||
matrix_nginx_proxy_container_network: matrix-nginx-proxy
|
||||
|
||||
# A list of additional container networks that matrix-nginx-proxy would be connected to.
|
||||
# The playbook does not create these networks, so make sure they already exist.
|
||||
|
Reference in New Issue
Block a user