mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-15 03:28:59 +01:00
Remove serve command from matrix-element-call.service.j2
This commit is contained in:
parent
e34e5da9a4
commit
5cc9c70ba6
@ -19,8 +19,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
|
||||
-p {{ matrix_element_call_port }}:8080 \
|
||||
--env-file={{ matrix_element_call_base_path }}/config/env \
|
||||
--label-file={{ matrix_element_call_base_path }}/config/labels \
|
||||
{{ matrix_element_call_image }} \
|
||||
serve
|
||||
{{ matrix_element_call_image }}
|
||||
|
||||
{% for network in matrix_element_call_container_additional_networks %}
|
||||
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} network connect {{ network }} matrix-element-call
|
||||
|
Loading…
x
Reference in New Issue
Block a user