From 27a77ee36f2445abbbc07f16b5a9f85452cb0baa Mon Sep 17 00:00:00 2001 From: angel Date: Wed, 8 Jul 2026 10:00:40 -0400 Subject: [PATCH] Slowly but surely --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f437996..837dc4e 100644 --- a/README.md +++ b/README.md @@ -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** ```bash - docker compose up -d \ No newline at end of file + 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://:3000 \ No newline at end of file