diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index 22cda519ee8b..1d743db6eacc 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -107,8 +107,8 @@ services: - '443:443' volumes: - '/path/to/prestashop-persistence:/bitnami/prestashop' - - '/path/to/apache-persistence/bitnami/apache' - - '/path/to/php-persistence/bitnami/apache' + - '/path/to/apache-persistence:/bitnami/apache' + - '/path/to/php-persistence:/bitnami/apache' depends_on: - mariadb ```