Add restart policy to EXTRA field in service-immich.json
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user