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
Due to a race condition when creating networks (see moby/moby#20648) running docker-compose up in parallell sometimes creates two default networks with the same name. Running docker-compose down only removes one of them.
Due to a race condition when creating networks (see moby/moby#20648) running
docker-compose upin parallell sometimes creates two default networks with the same name. Runningdocker-compose downonly removes one of them.