Skip to content

Commit 277b534

Browse files
committed
Add vendor label in network creation
1 parent 7f1052f commit 277b534

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)