variable for additional labels added

This commit is contained in:
cpu
2024-01-31 22:26:29 +01:00
parent 122a9a1b2d
commit ce1666d758
2 changed files with 10 additions and 4 deletions

View File

@@ -17,9 +17,6 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--name={{ immich_identifier }} \
--log-driver=none \
--network={{ immich_container_network }} \
--user={{ immich_uid }}:{{ immich_gid }} \
--cap-drop=ALL \
--read-only \
--env-file={{ immich_base_path }}/env \
--label-file={{ immich_base_path }}/labels \
--mount type=bind,src={{ immich_config_dir_path }},dst=/config \