mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add = before the value of PublishedPort
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
This commit is contained in:
parent
7efc286518
commit
e9a85c5909
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue