On Sun, Apr 1, 2018, at 12:40 PM, brian(a)emwd.com wrote:
Yes, you can try using this and update the variables in the compose file similar to postgres.
Which variables are you referring to exactly?
If you update the environment variables to point to your local installation, you should be able to use just that instead of the the docker-version. You'd have to manually change the docker-compose.yaml file to use the on-host database though.
So I need to create the mysql database and username/password before running the docker installation?
Please explain "You'd have to manually change the docker-compose.yaml file to use the on-host database though." Even though I run docker-compose-mysql -d I still need to update the docker-compose.yaml file? See that is confusing for me. Again it is probably due to my inexperience in using docker.
I am happy to update the docs to be more friendly and useful if you can point out the specifics of what isn't clear. Please feel free to open an issue on Github if you feel something isn't clear :)
Thanks.