Changeset 59211
- Timestamp:
- 10/10/2024 06:00:39 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8/tools/local-env/scripts/start.js
r58597 r59211 9 9 ? 'wordpress-develop memcached' 10 10 : 'wordpress-develop'; 11 execSync( `docker -compose up -d -- ${containers}`, { stdio: 'inherit' } );11 execSync( `docker compose up -d -- ${containers}`, { stdio: 'inherit' } ); 12 12 13 13 // 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.