From 24873fef06db4bb0986823aec05104944542ee72 Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Sat, 6 Jul 2024 09:37:00 -0500 Subject: [PATCH] Updated Docker php-fpm --- dist/docker/etc/php83/php-fpm.conf | 2 ++ dist/docker/etc/s6-overlay/s6-rc.d/php-fpm/run | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/docker/etc/php83/php-fpm.conf b/dist/docker/etc/php83/php-fpm.conf index a0e77b1e..f6a78945 100644 --- a/dist/docker/etc/php83/php-fpm.conf +++ b/dist/docker/etc/php83/php-fpm.conf @@ -2,6 +2,8 @@ error_log = /config/log/php/error.log [arsse] +user = ook +group = ook listen = /app/arsse/arsse.sock listen.owner = ook listen.group = ook diff --git a/dist/docker/etc/s6-overlay/s6-rc.d/php-fpm/run b/dist/docker/etc/s6-overlay/s6-rc.d/php-fpm/run index a97418f7..8a928783 100755 --- a/dist/docker/etc/s6-overlay/s6-rc.d/php-fpm/run +++ b/dist/docker/etc/s6-overlay/s6-rc.d/php-fpm/run @@ -1,2 +1,2 @@ #!/usr/bin/with-contenv bash -su-exec ook /usr/sbin/php-fpm83 -F \ No newline at end of file +exec /usr/sbin/php-fpm83 -F \ No newline at end of file