Update Docker docs (#15556)

* Update Docker docs

* small correction
This commit is contained in:
Grammatopoulos Athanasios Vasileios
2023-11-07 19:52:14 +03:00
committed by GitHub
parent a3acde8bfe
commit e3f5fa581b

View File

@@ -17,9 +17,9 @@ wget https://github.com/librenms/docker/archive/refs/heads/master.zip
unzip master.zip
cd docker-master/examples/compose
```
3. Set a new mysql password in .env and inspect docker-composer.yml
3. Set a new mysql password in .env and inspect compose.yml
4. Bring up the docker containers
```
docker compose up -d
sudo docker compose -f compose.yml up -d
```
5. Open webui to finish configuration. `http://localhost` (use the correct ip or name instead of localhost)
5. Open webui to finish configuration. `http://localhost:8000` (use the correct ip or name instead of localhost)