From 48aacadbc7f7c0e3c88ad4de457011c5e94450aa Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 3 May 2025 13:35:04 +0200 Subject: [PATCH] Add restart policy to EXTRA field in service-immich.json --- immich/service-immich.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/service-immich.json b/immich/service-immich.json index bcf0687..27aeac8 100644 --- a/immich/service-immich.json +++ b/immich/service-immich.json @@ -121,7 +121,7 @@ "ENV_FILES": [ "/etc/user/secret/immich/immich.json" ], - "EXTRA": "", + "EXTRA": "--restart always", "DEPEND": "null", "START_ON_BOOT": "true", "CMD": "null", @@ -150,6 +150,7 @@ "IMMICH_VERSION": "#IMMICH_VERSION" } ], + "EXTRA": "--restart always", "DEPEND": "null", "START_ON_BOOT": "true", "CMD": "null",