去除cron定时,以适配面板env

This commit is contained in:
okxlin 2023-04-16 10:55:17 +08:00
parent bf1eca5fe1
commit 240f40f749
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
CONTAINER_NAME="watchtower"
ENV1='WATCHTOWER_NO_STARTUP_MESSAGE'
COMMAND1='--schedule "0 0 4 * * *" --cleanup'
COMMAND1='--interval 3600 --cleanup'

View File

@ -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
},