We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb064f5 commit 9506ea4Copy full SHA for 9506ea4
docker-compose.yml
@@ -109,6 +109,7 @@ services:
109
WP_CONFIG_PATH: /var/www/wp-config.php
110
111
volumes:
112
+ - ./tools/local-env/php-config.ini:/usr/local/etc/php/conf.d/php-config.ini
113
- ./:/var/www
114
115
# Keeps the service alive.
tools/local-env/scripts/install.js
@@ -61,5 +61,5 @@ wait_on( {
61
* @param {string} cmd The WP-CLI command to run.
62
*/
63
function wp_cli( cmd ) {
64
- execSync( `npm --silent run env:cli -- ${cmd} --path=/var/www/${process.env.LOCAL_DIR} --ssl-mode=DISABLED`, { stdio: 'inherit' } );
+ execSync( `npm --silent run env:cli -- ${cmd} --path=/var/www/${process.env.LOCAL_DIR}`, { stdio: 'inherit' } );
65
}
0 commit comments