diff --git a/grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run b/grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run index 7b23a3c..b155e2a 100755 --- a/grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run +++ b/grocy/rootfs/etc/s6-overlay/s6-rc.d/php-fpm/run @@ -90,4 +90,4 @@ GROCY_CULTURE=$(bashio::config "culture") GROCY_CURRENCY=$(bashio::config "currency") GROCY_ENTRY_PAGE=$(bashio::config 'entry_page') -exec php-fpm81 -R --nodaemonize +exec php-fpm82 -R --nodaemonize