Get that MySQL (in DOCKER) UP!
so there are a lot of how-to articles regarding spinning MySQL up with docker and either it’s not working, or you can’t connect to it (maybe with Sequel Pro 🤷♂). Cut the crap and let’s get it up!
- Create a folder, name it
lets-pray-it-will-work
- Inside that folder, create a file
docker-compose.yaml
- Paste in the following