Why can't I run the mysql command in docker compose?
I have a project with a mysql database in a container. I use docker-compose to set my project up. And I want to run the mysql command to inspect te database. So I did, and get: docker-compose run --rm database…