Skip to content

Commit fb8bd08

Browse files
authored
🔨 Fix php-fpm path (#285)
1 parent defb1a0 commit fb8bd08

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 @@ php82 /var/www/bookstack/artisan migrate --force
5050

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

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

0 commit comments

Comments
 (0)