diff --git a/compose.yaml b/compose.yaml index f4ecbfe..9c018a9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: web: - image: ghcr.io/cedar2025/xboard:new + image: ghcr.io/micah123321/xboard:new volumes: - ./.docker/.data/redis/:/data/ - ./.env:/www/.env @@ -18,7 +18,7 @@ services: ports: - 7001:7001 horizon: - image: ghcr.io/cedar2025/xboard:new + image: ghcr.io/micah123321/xboard:new volumes: - ./.docker/.data/redis/:/data/ - ./.env:/www/.env