1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 05:02:40 +00:00

Updated Docker php-fpm

This commit is contained in:
Dustin Wilson 2024-07-06 09:37:00 -05:00
parent 02ecccc8c9
commit 24873fef06
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1,2 +1,2 @@
#!/usr/bin/with-contenv bash
su-exec ook /usr/sbin/php-fpm83 -F
exec /usr/sbin/php-fpm83 -F