mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-02-18 13:29:36 +01:00
10 lines
135 B
YAML
10 lines
135 B
YAML
version: "3"
|
|
|
|
services:
|
|
excalidraw:
|
|
build: .
|
|
container_name: excalidraw
|
|
ports:
|
|
- "5000:80"
|
|
restart: on-failure
|