mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-23 14:52:43 +00:00
Update docker-compose.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
20ca19233a
commit
fcf86063f3
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: docker-cron-runner
|
context: docker-cron-runner
|
||||||
args:
|
args:
|
||||||
XRAY_VERSION: "v25.10.15"
|
XRAY_VERSION: "${XRAY_VERSION:-v25.10.15}"
|
||||||
XRAY_BUILD_DIR: "/app/xray"
|
XRAY_BUILD_DIR: "/app/xray"
|
||||||
container_name: geodata_cron
|
container_name: geodata_cron
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue