mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-04 06:12:56 +00:00
更新 docker-compose 配置,修正 Excalidraw 服务的端口映射,并将镜像版本从 latest 更改为 main,以确保使用最新的稳定版本。
This commit is contained in:
committed by
Yuzhong Zhang
parent
6fb8f69497
commit
90452a472e
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user