mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-07-28 23:23:47 +00:00
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.
12 lines
252 B
YAML
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
|