Add restart policy to EXTRA field in service-immich.json

This commit is contained in:
gyurix
2025-05-03 13:35:04 +02:00
parent dc810dd79e
commit 48aacadbc7

View File

@@ -121,7 +121,7 @@
"ENV_FILES": [ "ENV_FILES": [
"/etc/user/secret/immich/immich.json" "/etc/user/secret/immich/immich.json"
], ],
"EXTRA": "", "EXTRA": "--restart always",
"DEPEND": "null", "DEPEND": "null",
"START_ON_BOOT": "true", "START_ON_BOOT": "true",
"CMD": "null", "CMD": "null",
@@ -150,6 +150,7 @@
"IMMICH_VERSION": "#IMMICH_VERSION" "IMMICH_VERSION": "#IMMICH_VERSION"
} }
], ],
"EXTRA": "--restart always",
"DEPEND": "null", "DEPEND": "null",
"START_ON_BOOT": "true", "START_ON_BOOT": "true",
"CMD": "null", "CMD": "null",