Skip to content

Commit

Permalink
Fixed typo in MySQL backup example
Browse files Browse the repository at this point in the history
The container-side path of the volume had a typo in the README.md example.
  • Loading branch information
fschndr authored Nov 13, 2019
1 parent 78d39e5 commit f20932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f20932c

Please sign in to comment.