alpine-php7-webserver/rootfs/etc/service/php/run

5 lines
80 B
Text
Raw Permalink Normal View History

2024-12-03 15:40:44 +01:00
#!/bin/sh -e
# pipe stderr to stdout and run php-fpm
exec 2>&1
exec php-fpm7 -F