Skip to content

Commit

Permalink
Fix php-fpm (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 30, 2024
1 parent b6e3975 commit 495b2e7
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 @@ php83 /var/www/bookstack/artisan migrate --force

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

exec php-fpm82 -R --nodaemonize
exec php-fpm83 -R --nodaemonize

0 comments on commit 495b2e7

Please sign in to comment.