mzazon / php-apache-mysql-containerized

A brief demo of containerizing php apache and mysql with Docker using some best practices.
197 stars 174 forks source link

MySQL needs restart after initialization #2

Open tikoflano opened 6 years ago

tikoflano commented 6 years ago

After executing docker-compose up -d and opening the webpage in the browser it won't connect to MySQL. If I restart the MySQL container it works. Any ideas?