Make WordPress Core


Ignore:
Timestamp:
07/01/2022 07:35:47 PM (2 years ago)
Author:
johnbillion
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docker-compose.yml

    r53552 r53628  
    5353      - mysql
    5454
     55    # The init directive ensures the command runs with a PID > 1, so Ctrl+C works correctly.
     56    init: true
     57
    5558  ##
    5659  # The MySQL container.
Note: See TracChangeset for help on using the changeset viewer.