#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e

bashio::log.info "Starting PHP-FPM..."

exec "/usr/sbin/php-fpm${PHP_VERS:-}" --nodaemonize
