更新 docker-compose 配置,将 Excalidraw 服务的镜像版本从 main 更改为 latest,以确保使用最新的镜像版本。

This commit is contained in:
BetterAndBetterII
2025-08-18 12:24:17 +00:00
committed by Yuzhong Zhang
parent 90452a472e
commit 3f10e749aa
+1 -1
View File
@@ -2,7 +2,7 @@ version: '3.8'
services: services:
excalidraw: excalidraw:
image: ghcr.io/betterandbetterii/excalidraw-full:main image: ghcr.io/betterandbetterii/excalidraw-full:latest
ports: ports:
- "3002:3002" - "3002:3002"
volumes: volumes: