Skip to content

Commit abd73e1

Browse files
committed
fix php-fpm executable
1 parent 144bccc commit abd73e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.override.yml.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
# - mysql
3232
# - postgresql
3333
# Catch code assertions "development" mode. https://www.php.net/manual/en/function.assert.php
34-
command: php-fpm7 -F -d zend.assertions=1
34+
command: php-fpm81 -F -d zend.assertions=1
3535
# Uncomment next line if you need PHP XDebug.
3636
# command: php-fpm81 -F -dzend.assertions=1 -dzend_extension=xdebug.so
3737
# command: php-fpm81 -F -dzend.assertions=1 -dopcache.jit_buffer_size=20M

0 commit comments

Comments
 (0)