Updated PHP to 8.3 on Alpine

This commit is contained in:
Alexey Pustovalov
2024-01-19 13:37:11 +09:00
parent bb5de25caa
commit fbb0f0fad9
10 changed files with 48 additions and 48 deletions

View File

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

View File

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