Browse Source

Removed env file

element-call-integration
Backslash 1 year ago
committed by GitHub
parent
commit
5db9a5c061
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      roles/custom/matrix-element-call/templates/systemd/matrix-element-call.service.j2

+ 0
- 1
roles/custom/matrix-element-call/templates/systemd/matrix-element-call.service.j2 View File

@@ -17,7 +17,6 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--cap-drop=ALL \
--network={{ matrix_element_call_container_network }} \
-p {{ matrix_element_call_port }}:8080 \
--env-file={{ matrix_element_call_base_path }}/config/env \
--label-file={{ matrix_element_call_base_path }}/config/element-call-labels \
{{ matrix_element_call_image }}



Loading…
Cancel
Save