diff --git a/command/formatter/service.go b/command/formatter/service.go index 8e38cb3a11..09f4368f4e 100644 --- a/command/formatter/service.go +++ b/command/formatter/service.go @@ -102,7 +102,7 @@ Endpoint Mode: {{ .EndpointMode }} {{- if .Ports }} Ports: {{- range $port := .Ports }} - PublishedPort {{ $port.PublishedPort }} + PublishedPort = {{ $port.PublishedPort }} Protocol = {{ $port.Protocol }} TargetPort = {{ $port.TargetPort }} PublishMode = {{ $port.PublishMode }}