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