alpine-php8-webserver/rootfs/etc/service/php/run
holzi1005 8abb21386a
Some checks are pending
buildx / buildx (push) Waiting to run
first commit
2024-12-07 20:33:11 +01:00

5 lines
No EOL
81 B
Bash
Executable file

#!/bin/sh -e
# pipe stderr to stdout and run php-fpm
exec 2>&1
exec php-fpm83 -F