mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-07-29 07:33:47 +00:00
文件系统的存储方式
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
excalidraw:
|
||||
image: ghcr.io/betterandbetterii/excalidraw-full-linuxdo:linux-do
|
||||
ports:
|
||||
- "3002:3002"
|
||||
volumes:
|
||||
- ./data:/root/data
|
||||
- ./excalidraw.db:/root/excalidraw.db
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user