Variable rename (livekit_server_image -> livekit_server_container_image) for consistency with other roles

This commit is contained in:
Slavi Pantaleev
2024-11-21 16:16:43 +02:00
parent 1838a541ae
commit 88d4668450
4 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--network=host \
--mount type=bind,src={{ livekit_server_base_path }}/livekit.yaml,dst=/etc/livekit.yaml,ro \
--label-file={{ livekit_server_base_path }}/labels \
{{ livekit_server_image }} \
{{ livekit_server_container_image }} \
--dev --config /etc/livekit.yaml
ExecStart={{ devture_systemd_docker_base_host_command_docker }} start --attach matrix-livekit-server