mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test Tools: Run the PHP container with PID > 1 so Ctrl+C works correctly.
This allows for cancellation of operations in the PHP container, such as a PHPUnit test suite run. Fixes #55702 git-svn-id: https://develop.svn.wordpress.org/trunk@53628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5d67fe7d09
commit
ddfc8e9f2e
@ -52,6 +52,9 @@ services:
|
||||
depends_on:
|
||||
- mysql
|
||||
|
||||
# The init directive ensures the command runs with a PID > 1, so Ctrl+C works correctly.
|
||||
init: true
|
||||
|
||||
##
|
||||
# The MySQL container.
|
||||
##
|
||||
|
||||
Loading…
Reference in New Issue
Block a user