From f20932ce74551ad1d6a91c36df0cd464ba38d70e Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 13 Nov 2019 10:51:52 +0100 Subject: [PATCH] Fixed typo in MySQL backup example The container-side path of the volume had a typo in the README.md example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55933d41..cb18c675 100644 --- a/README.md +++ b/README.md @@ -1228,7 +1228,7 @@ $ docker run -d \ -e MYSQL_BACKUP_USER=root \ -e MYSQL_BACKUP_PASS=somepass \ -e MYSQL_BACKUP_HOST=mysql \ - -v ~/backups:/shared/backsup \ + -v ~/backups:/shared/backups \ --name php \ -t devilbox/php-fpm:7.2-work