fixed cron schedule

This commit is contained in:
Michael S2pac 2026-01-18 22:26:56 +03:00
parent 2ae66b32bf
commit 2d722fcc49

View file

@ -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/