1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/docker-compose.yml
2020-04-28 22:53:07 -07:00

10 lines
135 B
YAML

version: "3"
services:
excalidraw:
build: .
container_name: excalidraw
ports:
- "5000:80"
restart: on-failure