Skip to content

Commit 495b2e7

Browse files
authored
Fix php-fpm (#337)
1 parent b6e3975 commit 495b2e7

File tree

1 file changed

+1
-1
lines changed
  • bookstack/rootfs/etc/services.d/php-fpm

1 file changed

+1
-1
lines changed

bookstack/rootfs/etc/services.d/php-fpm/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ php83 /var/www/bookstack/artisan migrate --force
5050

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

53-
exec php-fpm82 -R --nodaemonize
53+
exec php-fpm83 -R --nodaemonize

0 commit comments

Comments
 (0)