mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-01-18 16:22:33 +01:00
Use correct image name
This commit is contained in:
parent
1bbf0149be
commit
5e1044ffea
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ This docker image runs mysqldump to backup your databases periodically using cro
|
||||||
--env MYSQL_PASS=my_password \
|
--env MYSQL_PASS=my_password \
|
||||||
--link mysql
|
--link mysql
|
||||||
--volume /path/to/my/backup/folder:/backup
|
--volume /path/to/my/backup/folder:/backup
|
||||||
fradelg/mysql-backup
|
fradelg/mysql-cron-backup
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue