Update weboffice/service-weboffice.json
This commit is contained in:
@@ -101,10 +101,10 @@
|
|||||||
"ENV_FILES": [
|
"ENV_FILES": [
|
||||||
"/etc/user/secret/weboffice/weboffice.json"
|
"/etc/user/secret/weboffice/weboffice.json"
|
||||||
],
|
],
|
||||||
"EXTRA": "--restart always --entrypoint=bash",
|
"EXTRA": "--restart always --entrypoint=sh",
|
||||||
"DEPEND": "null",
|
"DEPEND": "null",
|
||||||
"START_ON_BOOT": "false",
|
"START_ON_BOOT": "false",
|
||||||
"CMD": "sleep 86400",
|
"CMD": "-c 'sleep 86400'",
|
||||||
"PRE_START": "null",
|
"PRE_START": "null",
|
||||||
"POST_START": [
|
"POST_START": [
|
||||||
"firewall-weboffice-dns",
|
"firewall-weboffice-dns",
|
||||||
|
|||||||
Reference in New Issue
Block a user