Update EXTRA field to use '--restart always' for multiple service configurations
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"ENV_FILES": [
|
||||
"/etc/user/secret/filebrowser/filebrowser.json"
|
||||
],
|
||||
"EXTRA": "--restart unless-stopped",
|
||||
"EXTRA": "--restart always",
|
||||
"DEPEND": [],
|
||||
"START_ON_BOOT": "false",
|
||||
"ENTRYPOINT": "sh",
|
||||
|
Reference in New Issue
Block a user