mirror of https://github.com/docker/cli.git
Merge pull request #30900 from YuPengZTE/devPublisedPort
Add "=" before the value of PublishedPort
This commit is contained in:
commit
6cae9ce20b
|
@ -102,7 +102,7 @@ Endpoint Mode: {{ .EndpointMode }}
|
||||||
{{- if .Ports }}
|
{{- if .Ports }}
|
||||||
Ports:
|
Ports:
|
||||||
{{- range $port := .Ports }}
|
{{- range $port := .Ports }}
|
||||||
PublishedPort {{ $port.PublishedPort }}
|
PublishedPort = {{ $port.PublishedPort }}
|
||||||
Protocol = {{ $port.Protocol }}
|
Protocol = {{ $port.Protocol }}
|
||||||
TargetPort = {{ $port.TargetPort }}
|
TargetPort = {{ $port.TargetPort }}
|
||||||
PublishMode = {{ $port.PublishMode }}
|
PublishMode = {{ $port.PublishMode }}
|
||||||
|
|
Loading…
Reference in New Issue