fradelg / docker-mysql-cron-backup

Docker image to backup all your databases periodically
Apache License 2.0
290 stars 111 forks source link

MYSQL_PORT is required while using MYSQL_HOST #106

Open CombatCode opened 1 year ago

CombatCode commented 1 year ago

When someone only defines the MYSQL_HOST container, it doesn't start. You need to define MYSQL_PORT, even if the port is the default port for MySQL.

fradelg commented 1 year ago

Hi,

Using the docker-compose.yaml un the root of the repository I am not able to reproduce the issue. Can you provide a reproducible example?