In the documentation it shows how to set the default admin email and API key at startup;
docker run -p 8080:80 \
-e "GALAXY_CONFIG_ADMIN_USERS=albert@einstein.gov" \
-e "GALAXY_CONFIG_MASTER_API_KEY=83D4jaba7330aDKHkakjGa937" \
-e "GALAXY_CONFIG_BRAND='My own Galaxy flavour'" \
bgruening/galaxy-stable
However I cannot find anything for how to set the default password. I have search online, and have searched the Galaxy config .ini files and was not able to find this field. And after setting an admin password using this method, I cannot figure out what the corresponding password is when you log in through Galaxy. Any suggestions? Thanks.