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