Files
docker-compose/excalidraw_compose.yaml
T

9 lines
214 B
YAML

excalidraw:
image: excalidraw/excalidraw:latest
container_name: excalidraw
restart: unless-stopped
ports:
- "8071:80" # http://tu_servidor:8081
environment:
- TZ=Europe/Madrid