Upgrade Docker image to PHP 8.2

This commit is contained in:
Frédéric Guillot
2023-05-18 20:42:30 -07:00
committed by Frédéric Guillot
parent e7fcf07c92
commit e08335e0b1
7 changed files with 9 additions and 9 deletions

View File

@@ -1 +1 @@
0 8 * * * cd /var/www/app && ./cli cronjob >/dev/null 2>&1
0 8 * * * cd /var/www/app && php82 ./cli cronjob >/dev/null 2>&1

View File

@@ -16,4 +16,4 @@ pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_requests = 2048
include = /etc/php81/php-fpm.d/env.conf
include = /etc/php82/php-fpm.d/env.conf

View File

@@ -1,2 +1,2 @@
#!/bin/execlineb -P
php-fpm81 -F
php-fpm82 -F