Skip to content

Commit

Permalink
🔨 Fix php-fpm path (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairpaul authored Jan 5, 2024
1 parent defb1a0 commit fb8bd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstack/rootfs/etc/services.d/php-fpm/run
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ php82 /var/www/bookstack/artisan migrate --force

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

exec php-fpmphp82 -R --nodaemonize
exec php-fpm82 -R --nodaemonize

0 comments on commit fb8bd08

Please sign in to comment.