We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20be2cc commit 5d994d6Copy full SHA for 5d994d6
docker-compose.yml
@@ -14,6 +14,8 @@ services:
14
volumes:
15
- ./magento2:/var/www/html
16
- ./varnish.secret:/varnish.secret
17
+ # Enable the next line if you want to add a custom php.ini
18
+ #- ./php.ini:/usr/local/etc/php/conf.d/999-customphp.ini
19
20
ssl:
21
image: fballiano/nginx-ssl-for-magento2
@@ -52,6 +54,8 @@ services:
52
54
53
55
56
- ~/.composer/auth.json:/root/.composer/auth.json
57
58
59
60
db:
61
image: mariadb
php.ini
0 commit comments