Files
Excalidraw/docker-compose.yml
T
Yuzhong Zhang a7c4624e70 Update README and docker-compose; add Chinese README
Expanded and clarified the main README with new features, configuration, and deployment instructions. Added a Chinese translation (README_zh.md). Updated docker-compose.yml to improve volume and env file mounting.
2025-07-06 16:02:39 +08:00

12 lines
252 B
YAML

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:Z
- ./.env:/root/.env