mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Updated Docker php-fpm
This commit is contained in:
parent
02ecccc8c9
commit
24873fef06
2 changed files with 3 additions and 1 deletions
2
dist/docker/etc/php83/php-fpm.conf
vendored
2
dist/docker/etc/php83/php-fpm.conf
vendored
|
@ -2,6 +2,8 @@
|
||||||
error_log = /config/log/php/error.log
|
error_log = /config/log/php/error.log
|
||||||
|
|
||||||
[arsse]
|
[arsse]
|
||||||
|
user = ook
|
||||||
|
group = ook
|
||||||
listen = /app/arsse/arsse.sock
|
listen = /app/arsse/arsse.sock
|
||||||
listen.owner = ook
|
listen.owner = ook
|
||||||
listen.group = ook
|
listen.group = ook
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
su-exec ook /usr/sbin/php-fpm83 -F
|
exec /usr/sbin/php-fpm83 -F
|
Loading…
Reference in a new issue