Commit f2c8c6

2025-05-26 21:06:07 MB Tech: -/-
docker compose files/excalidraw.md ..
@@ 15,3 15,20 @@
- "8888:80"
restart: on-failure
```
+
+ Another different setup
+
+ ```yaml
+ services:
+ excalidraw:
+ container_name: Excalidraw
+ healthcheck:
+ test: curl -f http://localhost:80/ || exit 1
+ image: excalidraw/excalidraw:latest
+ ports:
+ - 3765:80
+ restart: on-failure:5
+ stdin_open: true
+ environment:
+ - NODE_ENV=production
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9