TRX 1 năm trước cách đây
mục cha
commit
9e8f611802

+ 3 - 0
src/main/java/com/zswl/dataservice/domain/docker/PortBinding.java

@@ -17,6 +17,9 @@ public class PortBinding {
     @Schema(description = "端口,如:8080")
     private String port;
 
+    @Schema(description = "协议,默认:tcp")
+    private String protocol;
+
     @Schema(description = "HostIp,如:0.0.0.0")
     private String hostIp;