Update service-filebrowser.json to remove unnecessary shell command encapsulation for improved command execution

This commit is contained in:
gyurix
2025-04-26 13:48:51 +02:00
parent 75ae6af935
commit 73a988ffd7

View File

@@ -61,7 +61,7 @@
"DEPEND": [], "DEPEND": [],
"START_ON_BOOT": "false", "START_ON_BOOT": "false",
"ENTRYPOINT": "sh", "ENTRYPOINT": "sh",
"CMD": "-c '/filebrowser config init && /filebrowser users add \"$FILEBROWSER_USER\" \"$FILEBROWSER_PASS\" --perm.admin && /filebrowser'", "CMD": "/filebrowser config init && /filebrowser users add \"$FILEBROWSER_USER\" \"$FILEBROWSER_PASS\" --perm.admin && /filebrowser",
"PRE_START": "null", "PRE_START": "null",
"POST_START": [ "POST_START": [
"firewall-filebrowser", "firewall-filebrowser",