Files
Excalidraw/docker-compose.yml
T
2025-07-06 22:21:13 +08:00

12 lines
242 B
YAML

version: '3.8'
services:
excalidraw:
image: ghcr.io/betterandbetterii/excalidraw-full:latest
ports:
- "3002:3002"
volumes:
- ./data:/root/data
- ./excalidraw.db:/root/excalidraw.db:Z
- ./.env:/root/.env