Skip to content

Commit

Permalink
Merge pull request #132 from fschndr/master
Browse files Browse the repository at this point in the history
Fixed typo in MySQL backup example
  • Loading branch information
cytopia authored Nov 16, 2019
2 parents 78d39e5 + f20932c commit b35f3a8
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 b35f3a8

Please sign in to comment.