ソースを参照

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


読み込み中…
キャンセル
保存