Update compose.yaml

This commit is contained in:
Xboard 2025-01-16 00:56:50 +08:00 committed by GitHub
parent 7abbd00e6a
commit 96dce6192d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
services: services:
web: web:
image: ghcr.io/cedar2025/xboard:new image: ghcr.io/cedar2025/xboard:latest
volumes: volumes:
- ./.docker/.data/redis/:/data/ - ./.docker/.data/redis/:/data/
- ./.env:/www/.env - ./.env:/www/.env
@ -17,7 +17,7 @@ services:
ports: ports:
- 7001:7001 - 7001:7001
horizon: horizon:
image: ghcr.io/cedar2025/xboard:new image: ghcr.io/cedar2025/xboard:latest
volumes: volumes:
- ./.docker/.data/redis/:/data/ - ./.docker/.data/redis/:/data/
- ./.env:/www/.env - ./.env:/www/.env