Fixed typo in MySQL backup example

The container-side path of the volume had a typo in the README.md example.
This commit is contained in:
Fabian
2019-11-13 10:51:52 +01:00
committed by GitHub
parent 78d39e57f0
commit f20932ce74

View File

@@ -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