diff --git a/console/data/docs/00-intro.md b/console/data/docs/00-intro.md index db791ed9..b0628c9f 100644 --- a/console/data/docs/00-intro.md +++ b/console/data/docs/00-intro.md @@ -29,10 +29,9 @@ install the `docker-compose-v2` package. On macOS, you can use the # mkdir akvorado # cd akvorado # curl -sL https://github.com/akvorado/akvorado/releases/latest/download/docker-compose-quickstart.tar.gz | tar zxvf - -# docker compose up +# docker compose up --wait ``` -Monitor the output of `docker compose ps` to see the status of the services. Once the `akvorado-console` service is "healthy", the *Akvorado* web interface should be running on port 8081. This can take a few minutes. @@ -51,7 +50,7 @@ To connect your own network devices: 1. Restart all containers: - `docker compose down` - - `docker compose up -d` + - `docker compose up --wait` > [!TIP] > Interface classification is essential for the web interface to work properly. diff --git a/console/data/docs/01-install.md b/console/data/docs/01-install.md index f9746b34..e542a167 100644 --- a/console/data/docs/01-install.md +++ b/console/data/docs/01-install.md @@ -101,7 +101,7 @@ When using `docker compose`, use the following commands to get an updated # curl -sL https://github.com/akvorado/akvorado/releases/latest/download/docker-compose-upgrade.tar.gz | tar zxvf - # docker compose pull # docker compose stop akvorado-orchestrator -# docker compose up -d +# docker compose up --wait ``` The `docker-compose-upgrade.tar.gz` tarball contains `.env.dist` instead of