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:
web:
image: ghcr.io/cedar2025/xboard:new
image: ghcr.io/cedar2025/xboard:latest
volumes:
- ./.docker/.data/redis/:/data/
- ./.env:/www/.env
@ -17,7 +17,7 @@ services:
ports:
- 7001:7001
horizon:
image: ghcr.io/cedar2025/xboard:new
image: ghcr.io/cedar2025/xboard:latest
volumes:
- ./.docker/.data/redis/:/data/
- ./.env:/www/.env