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
After upgrading to docker-compose 2.32, I had connectivity issues with containers in several of my projects. It turned out that every docker-compose run command I ran, it seemded to recreate my mysql container (among others), thus not being able to even provision the database container since it kept being recreated.
Downgrading to 2.31 fixed this issue. Possible regression of #10068?
Description
After upgrading to docker-compose 2.32, I had connectivity issues with containers in several of my projects. It turned out that every
docker-compose run
command I ran, it seemded to recreate mymysql
container (among others), thus not being able to even provision the database container since it kept being recreated.Downgrading to 2.31 fixed this issue. Possible regression of #10068?
Steps To Reproduce
No response
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: