My backend container have “ECONNREFUSED” from my mysql container, on the same network
I’m learning full_stack development by creating a project with a mysql database/express api.
My application was working “properly”, then I tried to dockerize it. I writted a docker-compose file : `version: ‘3’
Database erased when mysql docker restarts
I have an app running using a mysql docker. Sometimes, like every two days the container restarts by itself and the database I have is lost.