jbfink / docker-wordpress

Dockerfile and etc for a Wordpress docker image
The Unlicense
277 stars 120 forks source link

Wordpress admin password being overwritten during install #3

Closed jayfresh closed 11 years ago

jayfresh commented 11 years ago

Hello, I may have the wrong end of the stick here, but when this image finishes its start.sh script and you visit the website, you are taken through the WP install process. This overwrite the wp-admin password - is that correct?

jbfink commented 11 years ago

Hi @jayfresh, the passwords generated by start.sh are ssh for the user account, mysql root, and the password for Wordpress's mysql database -- this is different from the Wordpress admin password itself, which as you've noted you set from the install page. So no overwriting happens.

Under most circumstances you're not going to need either the mysql root or the Wordpress mysql password -- I echo them to logs and files for convenience, but they're fine to leave alone.

Please let me know if you test it and find out differently, or if what I've said doesn't make sense. Thanks for trying out docker-wordpress!

jbfink commented 11 years ago

Closing this because no action on it for a while.

jayfresh commented 11 years ago

Thanks!

On 21 October 2013 21:16, John Fink notifications@github.com wrote:

Closing this because no action on it for a while.

— Reply to this email directly or view it on GitHubhttps://github.com/jbfink/docker-wordpress/issues/3#issuecomment-26752190 .