mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
9 lines
135 B
YAML
9 lines
135 B
YAML
version: "3"
|
|
|
|
services:
|
|
excalidraw:
|
|
build: .
|
|
container_name: excalidraw
|
|
ports:
|
|
- "5000:80"
|
|
restart: on-failure
|