소스 검색

Removed serve function

element-call-integration
Backslash 1 년 전
committed by GitHub
부모
커밋
a274d32c6d
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      roles/custom/matrix-element-call/templates/systemd/matrix-jwt-service.service.j2

+ 1
- 2
roles/custom/matrix-element-call/templates/systemd/matrix-jwt-service.service.j2 파일 보기

@@ -19,8 +19,7 @@ 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 }} \
serve
{{ matrix_jwt_service_image }}

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


불러오는 중...
취소
저장