mirror of https://github.com/docker/cli.git
Add = before the value of PublishedPort
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
This commit is contained in:
parent
487c3488fe
commit
04bea16969
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue