文件系统的存储方式

This commit is contained in:
Yuzhong Zhang
2025-07-06 15:38:48 +08:00
parent 44414af085
commit 7083d04fbf
4 changed files with 22 additions and 1 deletions
+12
View File
@@ -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