Skip to content

Commit 5d994d6

Browse files
committed
info about custom php.ini
1 parent 20be2cc commit 5d994d6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker-compose.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ services:
1414
volumes:
1515
- ./magento2:/var/www/html
1616
- ./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
1719

1820
ssl:
1921
image: fballiano/nginx-ssl-for-magento2
@@ -52,6 +54,8 @@ services:
5254
volumes:
5355
- ./magento2:/var/www/html
5456
- ~/.composer/auth.json:/root/.composer/auth.json
57+
# Enable the next line if you want to add a custom php.ini
58+
#- ./php.ini:/usr/local/etc/php/conf.d/999-customphp.ini
5559

5660
db:
5761
image: mariadb

php.ini

Whitespace-only changes.

0 commit comments

Comments
 (0)