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 1f28234 commit e7b0522Copy full SHA for e7b0522
php/site-utils.php
@@ -95,7 +95,7 @@ function init_checks() {
95
96
$EE_CONF_ROOT = EE_CONF_ROOT;
97
if ( ! EE::docker()::docker_network_exists( 'ee-global-network' ) ) {
98
- if ( ! EE::exec( 'docker network create ee-global-network' ) ) {
+ if ( ! EE::docker()::create_network( 'ee-global-network' ) ) {
99
EE::error( 'Unable to create network ee-global-network' );
100
}
101
0 commit comments