mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
use docker compose v2 (#14841)
This commit is contained in:
@@ -20,6 +20,6 @@ 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 docker-composer.yml
|
||||||
4. Bring up the docker containers
|
4. Bring up the docker containers
|
||||||
```
|
```
|
||||||
docker-compose up -d
|
docker compose 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` (use the correct ip or name instead of localhost)
|
||||||
|
Reference in New Issue
Block a user