mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
a7c4624e70
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
|