mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-13 03:30:46 +02:00
Update README.md
This commit is contained in:
parent
cee6eec403
commit
8c2fc76e35
@ -104,15 +104,18 @@ The `docker-compose.yml` file makes it easy to deploy the dashboard and its depe
|
|||||||
|
|
||||||
1. **Start the services**:
|
1. **Start the services**:
|
||||||
Run the following command in the project root:
|
Run the following command in the project root:
|
||||||
|
```
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
2. **Access the dashboard**:
|
2. **Access the dashboard**:
|
||||||
Open your browser at `http://localhost:5000`.
|
Open your browser at `http://localhost:5000`.
|
||||||
|
|
||||||
3. **Stop the services**:
|
3. **Stop the services**:
|
||||||
To stop the services, run:
|
To stop the services, run:
|
||||||
|
```
|
||||||
docker-compose down
|
docker-compose down
|
||||||
|
```
|
||||||
### Customization
|
### Customization
|
||||||
|
|
||||||
You can modify the following environment variables in the `docker-compose.yml` file:
|
You can modify the following environment variables in the `docker-compose.yml` file:
|
||||||
|
Loading…
Reference in New Issue
Block a user