Files
AllMail/webmail/entrypoint.sh

9 lines
124 B
Bash
Raw Normal View History

2026-05-05 00:47:39 +00:00
#!/bin/sh
set -e
# Start PHP-FPM in the background
php-fpm -D
# Start Nginx in the foreground
exec nginx -g "daemon off;"