Skip to content

Commit 177a165

Browse files
committed
Merge branch 'thrijith-fix/add-label-to-network' into develop-v4
2 parents 5754564 + 3c97e76 commit 177a165

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)