Skip to content
Prev Previous commit
Next Next commit
Update pkg/api/port.go
Co-authored-by: Pasha Sviderski <me@psviderski.name>
  • Loading branch information
miekg and psviderski authored May 12, 2026
commit d3d5f9b01c8803c04e82a3faa6d666e3afc2f06e
2 changes: 1 addition & 1 deletion pkg/api/port.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type PortSpec struct {
Hostname string
// HostIP is the host IP to bind the PublishedPort to. Only valid in host mode.
HostIP netip.Addr
// HostPrefix is the host prefix IP to bind the PublishedPort to. Only valid in host mode. Either HostIP
// HostPrefix is the host prefix to bind the PublishedPort to. Only valid in host mode. Either HostIP
// is set or HostPrefix
HostPrefix netip.Prefix
// PublishedPort is the port number exposed outside the container.
Expand Down
Loading