Slowly but surely
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user