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 2cb72a8 commit ea9da44Copy full SHA for ea9da44
tools/local-env/scripts/start.js
@@ -35,7 +35,7 @@ if ( process.env.LOCAL_PHP_MEMCACHED === 'true' ) {
35
}
36
37
if ( process.env.LOCAL_FTP === 'true' ) {
38
- containers += 'ftp';
+ containers += ' ftp';
39
40
execSync( `docker compose ${composeFiles} up --quiet-pull -d ${containers}`, { stdio: 'inherit' } );
41
0 commit comments