diff --git a/Dockerfile b/Dockerfile index e50b064..1e2e1ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.9-fpm +FROM php:8.1.10-fpm ARG WORKDIR=/var/www/html ENV DOCUMENT_ROOT=${WORKDIR} ENV LARAVEL_PROCS_NUMBER=1 diff --git a/src/supervisor/supervisord.conf b/src/supervisor/supervisord.conf index 71e88fc..7003b50 100644 --- a/src/supervisor/supervisord.conf +++ b/src/supervisor/supervisord.conf @@ -1,6 +1,8 @@ [supervisord] - nodaemon=true - user=root +nodaemon=true +user=root +logfile=/var/log/supervisor/supervisord.log +pidfile=/var/run/supervisord.pid [program:php-fpm]