mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
feat: add option for self-hosting via Docker (#1503)
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
excalidraw:
|
||||
build: .
|
||||
container_name: excalidraw
|
||||
ports:
|
||||
- "5000:80"
|
||||
restart: on-failure
|
Reference in New Issue
Block a user