Merge pull request #45 from vinaywadhwa/patch-1
volumes declaration example - minor error
This commit is contained in:
commit
49445428bd
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue