From e5f5095f43c2801e1aba24de46c0eba62dac1a58 Mon Sep 17 00:00:00 2001 From: Micah123321 <69micah96@gmail.com> Date: Sun, 22 Feb 2026 03:54:51 +0800 Subject: [PATCH] Update compose.yaml --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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