Skip to content

Commit 9f3f5f3

Browse files
committed
Use delegated config
1 parent 39b0a34 commit 9f3f5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- PHP_POST_MAX_SIZE=500M
1616
- PHP_UPLOAD_MAX_FILESIZE=1024M
1717
volumes:
18-
- /path/to/magento:/app:cached
18+
- /path/to/magento:/app:delegated
1919
links:
2020
- mysql-magento1-phpunit
2121
mysql-magento1-phpunit:
@@ -26,7 +26,7 @@ services:
2626
- MYSQL_ROOT_PASSWORD=root
2727
- MYSQL_DATABASE=magento_tests
2828
volumes:
29-
- db-data-magento1-phpunit:/var/lib/mysql
29+
- db-data-magento1-phpunit:/var/lib/mysql:delegated
3030

3131
volumes:
3232
db-data-magento1-phpunit:

0 commit comments

Comments
 (0)