+You **must** bind the mysql port to 127.0.0.1 (Windows) or 172.17.0.1 (Linux / OSX) if you are working in production, otherwise the port will be accessible to the public with a weak password. The commented out bindings can be found in the `docker-compose.yml` file. The database is accessible either via `host.docker.internal` on Windows or via `172.17.0.1` on Linux / OSX. Also, make sure that you **do not** expose the phpmyadmin port `8080` when you go into production.
0 commit comments