Slowly but surely

This commit is contained in:
2026-07-08 10:00:40 -04:00
parent 54bb330bb1
commit 27a77ee36f
+12 -1
View File
@@ -33,4 +33,15 @@ Getting started is designed to be as simple as possible. Just run the following
2. **Deploy the container using Docker Compose** 2. **Deploy the container using Docker Compose**
```bash ```bash
docker compose up -d docker compose up -d
3. **To Access the logs if needed**
```bash
docker compose logs
## Accessing the Dashboard
Once the container is running, open your web browser and navigate to:
```text
http://<YOUR_SERVER_IP>:3000