ComposeServiceInfo Properties
Class Properties 2 members
Represents a running service discovered from a compose environment.
Gets the published port mappings for the service.
public IReadOnlyList<ComposeServicePort>? Publishers { get; init; } Gets the name of the compose service.
public string? Service { get; init; }