Update README.md

This commit is contained in:
DJObleezy 2025-04-09 11:53:04 -07:00 committed by GitHub
parent cee6eec403
commit 8c2fc76e35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,15 +104,18 @@ The `docker-compose.yml` file makes it easy to deploy the dashboard and its depe
1. **Start the services**:
Run the following command in the project root:
```
docker-compose up -d
```
2. **Access the dashboard**:
Open your browser at `http://localhost:5000`.
3. **Stop the services**:
To stop the services, run:
```
docker-compose down
```
### Customization
You can modify the following environment variables in the `docker-compose.yml` file: