更新 docker-compose 配置,修正 Excalidraw 服务的端口映射,并将镜像版本从 latest 更改为 main,以确保使用最新的稳定版本。

This commit is contained in:
BetterAndBetterII
2025-08-18 12:16:50 +00:00
committed by Yuzhong Zhang
parent 6fb8f69497
commit 90452a472e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: '3.8'
services:
excalidraw:
image: ghcr.io/betterandbetterii/excalidraw-full:latest
image: ghcr.io/betterandbetterii/excalidraw-full:main
ports:
- "3002:3002"
volumes: