Can't start mysql in Laravel/Vue docker container
Trying to get away from using Sail, and want to make my application without Sail. So far I can't get mysql server to start running. I've tried changing the env DB_HOST to the name of the db in the docker-compose,…