[BUG] docker compose wait
waits for ALL containers, not just the first
#12063
Labels
docker compose wait
waits for ALL containers, not just the first
#12063
Description
In the documentation, it is said that
docker compose wait SERVICE [SERVICE...]
waits for the first service to exit. However, it seems to wait for all the listed services to exit.Steps To Reproduce
docker compose up -d
docker compose wait service1 service2
docker ps
:docker kill 7d
docker kill 35
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: