mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-28 05:02:59 +00:00
fixed cron schedule
This commit is contained in:
parent
2ae66b32bf
commit
2d722fcc49
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ services:
|
|||
TZ: "UTC"
|
||||
DOCKER_PROXY_URL: "http://docker-proxy:2375"
|
||||
TARGET_CONTAINER_NAME: "3xui_app"
|
||||
CRON_SCHEDULE: "*/5 * * * *" #"0 */6 * * *"
|
||||
CRON_SCHEDULE: "0 */6 * * *"
|
||||
SHARED_VOLUME_PATH: "/app/bin"
|
||||
volumes:
|
||||
- $PWD/geodata/:/app/bin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue