feat: add option for self-hosting via Docker (#1503)
This commit is contained in:
@@ -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