瀏覽代碼

Added serve command back in.

element-call-integration
Backslash 1 年之前
committed by GitHub
父節點
當前提交
63133d6599
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      roles/custom/matrix-element-call/templates/systemd/matrix-jwt-service.service.j2

+ 2
- 1
roles/custom/matrix-element-call/templates/systemd/matrix-jwt-service.service.j2 查看文件

@@ -19,7 +19,8 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
-p {{ matrix_jwt_service_port }}:8080 \
--env-file={{ matrix_element_call_base_path }}/config/env \
--label-file={{ matrix_element_call_base_path }}/config/jwt-service-labels \
{{ matrix_jwt_service_image }}
{{ matrix_jwt_service_image }} \
serve

{% for network in matrix_element_call_container_additional_networks %}
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} network connect {{ network }} matrix-jwt-service


Loading…
取消
儲存