소스 검색

fixed type in livekit image

element-call-integration
wjbeckett 1 년 전
부모
커밋
7cdec5f251
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-livekit-server/templates/systemd/matrix-livekit-server.service.j2

+ 1
- 1
roles/custom/matrix-livekit-server/templates/systemd/matrix-livekit-server.service.j2 파일 보기

@@ -19,7 +19,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--network=host \
--mount type=bind,src={{ matrix_livekit_server_base_path }}/livekit.yaml,dst=/etc/livekit.yaml,ro \
--label-file={{ matrix_livekit_server_base_path }}/labels \
{{ matrix_livekit_image }} \
{{ matrix_livekit_server_image }} \
--dev --config /etc/livekit.yaml

ExecStart={{ devture_systemd_docker_base_host_command_docker }} start --attach matrix-livekit-server


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