Using PHP8 in Alpine based images

This commit is contained in:
Alexey Pustovalov
2022-05-11 18:08:04 +03:00
parent a0930b9733
commit de11a16eb0
14 changed files with 86 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
include=/etc/php7/php-fpm.d/*.conf
include=/etc/php8/php-fpm.d/*.conf
[global]

View File

@@ -15,8 +15,8 @@ redirect_stderr=true
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm7]
command = /usr/sbin/%(program_name)s -F -y /etc/php7/php-fpm.conf
[program:php-fpm8]
command = /usr/sbin/%(program_name)s -F -y /etc/php8/php-fpm.conf
auto_start = true
autorestart = true