diff --git a/doc/Installation/Docker.md b/doc/Installation/Docker.md index bb66332107..4289480623 100644 --- a/doc/Installation/Docker.md +++ b/doc/Installation/Docker.md @@ -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)