Make WordPress Core

Changeset 59211


Ignore:
Timestamp:
10/10/2024 06:00:39 PM (7 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update Docker Compose to v2 for 5.8 branch.

This updates an instance of docker-compose in the env:start script to use the new docker compose format that was missed in the initial commit.

Follow up to [58597].
See #60901.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8/tools/local-env/scripts/start.js

    r58597 r59211  
    99    ? 'wordpress-develop memcached'
    1010    : 'wordpress-develop';
    11 execSync( `docker-compose up -d -- ${containers}`, { stdio: 'inherit' } );
     11execSync( `docker compose up -d -- ${containers}`, { stdio: 'inherit' } );
    1212
    1313// If Docker Toolbox is being used, we need to manually forward LOCAL_PORT to the Docker VM.
Note: See TracChangeset for help on using the changeset viewer.