Fixed typo in README.md

This commit is contained in:
David Barranco
2017-02-07 16:54:44 +01:00
committed by GitHub
parent 2608c28701
commit 4eab9c6b68

View File

@@ -279,9 +279,9 @@ $ docker-compose start piwik
2. Copy the Piwik,PHP and Apache data to your backup path:
```bash
$ docker cp wordpress:/bitnami/piwik/ /path/to/backups/piwik/latest/
$ docker cp wordpress:/bitnami/apache/ /path/to/backups/apache/latest/
$ docker cp wordpress:/bitnami/php/ /path/to/backups/php/latest/
$ docker cp piwik:/bitnami/piwik/ /path/to/backups/piwik/latest/
$ docker cp piwik:/bitnami/apache/ /path/to/backups/apache/latest/
$ docker cp piwik:/bitnami/php/ /path/to/backups/php/latest/
```