Skip to content
Snippets Groups Projects
Commit 39e26c2c authored by ale's avatar ale
Browse files

Build on apache2-php-base:bookworm and php 8.2

parent 5860f55e
No related branches found
No related tags found
1 merge request!287Build on apache2-php-base:bookworm and php 8.2
Pipeline #57637 failed
......@@ -9,7 +9,7 @@ ADD . /build
WORKDIR /build
RUN /build/install.sh
FROM registry.git.autistici.org/ai3/docker/apache2-php-base:master
FROM registry.git.autistici.org/ai3/docker/apache2-php-base:bookworm
COPY --from=build /build/app/ /opt/noblogs/www
......
[www]
user = ${PHP_FPM_USER}
listen = /run/php/php7.4-fpm.sock
listen = /run/php/php8.2-fpm.sock
pm = dynamic
pm.max_children = 75
pm.start_servers = 10
pm.min_spare_servers = 10
pm.max_spare_servers = 20
pm.max_requests = 1000
pm.max_requests = 10000
pm.status_path = /status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment