Add frontend access instructions to README

Added instructions to access the frontend after running the container.
This commit is contained in:
Zimeng Xiong
2025-11-22 13:57:13 -08:00
parent 79bbeabb29
commit c8971e62d2
4 changed files with 3 additions and 92 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
# ExcaliDash v0.1.0
A beautiful, self hosted dashboard and organizer for [Excalidraw](https://github.com/excalidraw/excalidraw) with live collaboration.
A self hosted dashboard and organizer for [Excalidraw](https://github.com/excalidraw/excalidraw) with live collaboration.
![](dashboard.png)
![](demo.gif)
@@ -52,6 +52,8 @@ docker compose -f docker-compose.prod.yml pull
# Run container
docker compose -f docker-compose.prod.yml up -d
# Access the frontend at localhost:6767
```
## Docker build