docs: update documentation to use docker compose up --wait

This commit is contained in:
Vincent Bernat
2025-11-24 10:44:41 +01:00
parent bd37c1d553
commit be36f8c00a
2 changed files with 3 additions and 4 deletions

View File

@@ -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.

View File

@@ -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