ComposeServicePort Properties
Class Properties 2 members
Represents a port mapping for a compose service.
Gets the port published on the host.
public int? PublishedPort { get; init; } Gets the target port inside the container.
public int? TargetPort { get; init; }