mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-26 11:17:51 +02:00
Variable rename (livekit_server_image -> livekit_server_container_image) for consistency with other roles
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user