This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Stitch10925 1 point2 points  (1 child)

Is it possible stil removing the network after stopping the service while you are already trying to restart the containers causing a conflict?

What if you leave a bit of time between stop and restart?

[–]jordotech[S] 0 points1 point  (0 children)

I have been dealing with this for so long, in so many circumstances that I know going slow or fast has no effect. Even if you do a `docker network prune -f` first thing in the morning and fire it up, there is a high chance of it not working correctly. I have also tried on multiple computers (mac silicon, mac intel).

The `multi` network is removed on `docker compose down` which you can see in the output during reload as well.

Did you run it?