mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Add = before the value of PublishedPort
Signed-off-by: yupengzte <yu.peng36@zte.com.cn> Upstream-commit: e9a85c59097a61f85dabe3fd059b89739636a0e7 Component: engine
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user