From 0e929892e49eabdc46c47d6732af162ca3a6802a Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:11:43 +0800 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 98e438c..0085f63 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: web: - image: ghcr.io/cedar2025/xboard:latest + image: ghcr.io/cedar2025/xboard:new volumes: - ./.docker/.data/redis/:/data/ - ./.env:/www/.env