Skip to content

Commit

Permalink
fix supervisord config for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Feb 20, 2024
1 parent 91bf4af commit 1060c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "phoenix-media/magento2-cloud-build",
"description": "Dockerfile, configurations and scripts to build Magento2 Docker images.",
"type": "library",
"version": "1.0.41",
"version": "1.0.42",
"license": [
"OSL-3.0"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/docker/conf/supervisord/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:php-fpm]
command = /usr/sbin/php-fpm81 -F
command = /usr/sbin/php-fpm82 -F
user = root
autostart = true
stopsignal=QUIT
Expand Down

0 comments on commit 1060c29

Please sign in to comment.