docker-wordpress-nginx icon indicating copy to clipboard operation
docker-wordpress-nginx copied to clipboard

MySQL User not created for existing WP install

Open tatemz opened this issue 9 years ago • 0 comments

If I have a volume mounted with an existing WP project (that contains a wp-config.php file). The start.sh file does not generate or output a MySQL user or password.

Additionally, if the start.sh script is run before MySQL service has fully initiated, the user and password cannot be created. Consider using the "link" function built into docker in order to handle db connections in conjunction with the existing mysql docker image.

tatemz avatar Nov 03 '15 16:11 tatemz