We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144bccc commit abd73e1Copy full SHA for abd73e1
docker/docker-compose.override.yml.default
@@ -31,7 +31,7 @@ services:
31
# - mysql
32
# - postgresql
33
# Catch code assertions "development" mode. https://www.php.net/manual/en/function.assert.php
34
- command: php-fpm7 -F -d zend.assertions=1
+ command: php-fpm81 -F -d zend.assertions=1
35
# Uncomment next line if you need PHP XDebug.
36
# command: php-fpm81 -F -dzend.assertions=1 -dzend_extension=xdebug.so
37
# command: php-fpm81 -F -dzend.assertions=1 -dopcache.jit_buffer_size=20M
0 commit comments