You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's not a bug: stop respect dependencies and wait for all dependent containers to be stopped before stopping another one, so that they all stop gracefully and avoid data corruption or such things
Description
Hi,
This issue only started to come up recently (only noticed it yesterday but before yesterdays update as well)
docker compose up -d --build
will:I have a project with 10 microservices. This means that instead of about 10 seconds building + 4/5 seconds restarting. I get 10 seconds building
Steps To Reproduce
docker system up -d --build
(with build will do it regardless if theres actual changes)Note: As previously mentioned, we have
depend_on
conditions on our services, example :Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: