Skip to content

Commit

Permalink
Fix Docker exec (#3941)
Browse files Browse the repository at this point in the history
fix #3940
  • Loading branch information
Alkarex authored Feb 1, 2024
1 parent d01c462 commit 8423c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ fi
nginx

# php-fpm should not daemonize
php-fpm8.2 --nodaemonize
exec php-fpm8.2 --nodaemonize

0 comments on commit 8423c52

Please sign in to comment.