From 96dce6192d9038eba813537e675e42030746ebb3 Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:56:50 +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 892d4ae..98e438c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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