更新 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
+2 -2
View File
@@ -5,7 +5,7 @@ services:
image: busybox:latest
ports:
- "5556:5556" # Dex
- "3004:3002" # Excalidraw
- "3002:3002" # Excalidraw
command: ["sleep", "infinity"]
networks:
- excalidraw-network
@@ -35,7 +35,7 @@ services:
network_mode: service:netpod
excalidraw:
image: ghcr.io/betterandbetterii/excalidraw-full:dex-oidc
image: ghcr.io/betterandbetterii/excalidraw-full:main
volumes:
- ./data:/root/data
- ./excalidraw.db:/root/excalidraw.db:Z
+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: