mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-28 13:13:00 +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"
|
TZ: "UTC"
|
||||||
DOCKER_PROXY_URL: "http://docker-proxy:2375"
|
DOCKER_PROXY_URL: "http://docker-proxy:2375"
|
||||||
TARGET_CONTAINER_NAME: "3xui_app"
|
TARGET_CONTAINER_NAME: "3xui_app"
|
||||||
CRON_SCHEDULE: "*/5 * * * *" #"0 */6 * * *"
|
CRON_SCHEDULE: "0 */6 * * *"
|
||||||
SHARED_VOLUME_PATH: "/app/bin"
|
SHARED_VOLUME_PATH: "/app/bin"
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/geodata/:/app/bin/
|
- $PWD/geodata/:/app/bin/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue