doc: docker deploy

feat: support docker debug
This commit is contained in:
CaiHQ
2022-05-23 17:06:54 +08:00
parent 6a7b355b18
commit 6366b2fc1f
2 changed files with 2 additions and 1 deletions

View File

@@ -119,5 +119,6 @@ public class ContractPort {
* @return whether some program listens to the port
*/
boolean visit(int port);
boolean visit(String host,int port);
}
}