Skip to content

Commit 383f773

Browse files
committed
Merge branch 'develop-v4' of https://github.com/easyengine/easyengine into update-for-obfuscation
2 parents 4ec2e65 + 177a165 commit 383f773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-ee-docker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static function restart_container( $container ) {
8484
* @return bool success.
8585
*/
8686
public static function create_network( $name ) {
87-
return EE::exec( "docker network create $name" );
87+
return EE::exec( "docker network create $name --label=org.label-schema.vendor=\"EasyEngine\" " );
8888
}
8989

9090
/**

0 commit comments

Comments
 (0)