Update compose.yaml

This commit is contained in:
2026-02-22 03:54:51 +08:00
committed by GitHub
parent 6ed7228fd4
commit e5f5095f43
+2 -2
View File
@@ -1,6 +1,6 @@
services: services:
web: web:
image: ghcr.io/cedar2025/xboard:new image: ghcr.io/micah123321/xboard:new
volumes: volumes:
- ./.docker/.data/redis/:/data/ - ./.docker/.data/redis/:/data/
- ./.env:/www/.env - ./.env:/www/.env
@@ -18,7 +18,7 @@ services:
ports: ports:
- 7001:7001 - 7001:7001
horizon: horizon:
image: ghcr.io/cedar2025/xboard:new image: ghcr.io/micah123321/xboard:new
volumes: volumes:
- ./.docker/.data/redis/:/data/ - ./.docker/.data/redis/:/data/
- ./.env:/www/.env - ./.env:/www/.env