unfortunately I am no expert on docker and the person who set it up on this project is long gone.
From my knowledge, container names should be in snakecase. On my machine the containers are in kebabcase however.
I end up with this container foobar-mysql-1
instead of foobar_mysql_1
and I have all kinds of problems and I'm wondering if this is the root cause.
I am on Docker version 20.10.12, build e91ed5707e.
I have checked the docker-compose.yml
but there isn't any container naming set.
Does anyone have an idea what I can do? Or how I could investigate this?
Also a different question: How would I "start over" with everything docker related? I have been running it on this machine for about 2 years now and its the first time that updating my local db inside the docker container has failed. So I am wondering if setting up the whole project would be a good idea. Including recreating the volumes...