alroyso 1 year ago
parent
commit
7a0594ce22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/app/controller/config.dart

+ 1 - 0
lib/app/controller/config.dart

@@ -360,6 +360,7 @@ $rules
       isOk = await isPortOccupied(servicePort.value);
       if(isOk){
         servicePort.value = await getFreePort();
+        setSerivcePort(servicePort.value);
       }
     }