mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-15 21:34:45 +00:00
Minor consistency improvement
This commit is contained in:
@@ -23,7 +23,7 @@ ExecStartPre=-/usr/bin/docker rm matrix-synapse
|
||||
ExecStartPre=/bin/sleep 5
|
||||
{% endif %}
|
||||
ExecStart=/usr/bin/docker run --rm --name matrix-synapse \
|
||||
--network {{ matrix_docker_network }} \
|
||||
--network={{ matrix_docker_network }} \
|
||||
-p 8448:8448 \
|
||||
{% if not matrix_nginx_proxy_enabled %}
|
||||
-p 127.0.0.1:8008:8008 \
|
||||
|
||||
Reference in New Issue
Block a user