dsteinkopf / backup-all-mysql

Docker image to do automatic backups of a mysql DB.
https://nerdblog.steinkopf.net/2017/04/backup-all-mysql-docker-image-fuer-einfaches-backup/
GNU General Public License v2.0
14 stars 8 forks source link

Add environment variables to set custom mysql host & user #2

Closed skydiscover closed 7 years ago

skydiscover commented 7 years ago

Added MYSQL_HOST and MYSQL_USER to let users set a custom host name and user for their mysql databases.

Their default value is added to the Dockerfile

This change will be useful to me as I am currently trying things with docker networks

dsteinkopf commented 7 years ago

Fine, thank you.