mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:25 +08:00
去除cron定时,以适配面板env
This commit is contained in:
parent
bf1eca5fe1
commit
240f40f749
@ -1,3 +1,3 @@
|
||||
CONTAINER_NAME="watchtower"
|
||||
ENV1='WATCHTOWER_NO_STARTUP_MESSAGE'
|
||||
COMMAND1='--schedule "0 0 4 * * *" --cleanup'
|
||||
COMMAND1='--interval 3600 --cleanup'
|
||||
@ -14,7 +14,7 @@
|
||||
"labelZh": "命令参数(以空格分割)",
|
||||
"labelEn": "Command parameters (separated by spaces)",
|
||||
"required": true,
|
||||
"default": "--schedule \"0 0 4 * * *\" --cleanup",
|
||||
"default": "--interval 3600 --cleanup",
|
||||
"envKey": "COMMAND1",
|
||||
"edit": true
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user