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

5 lines
81 B
Text
Raw Normal View History

2024-12-07 20:33:11 +01:00
#!/bin/sh -e
# pipe stderr to stdout and run php-fpm
exec 2>&1
exec php-fpm83 -F