commit
478940420e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
{{- continue }}
|
{{- continue }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- range sortObjectsByKeysAsc $.globals.CurrentContainer.Networks "Name" }}
|
{{- range sortObjectsByKeysAsc $.globals.CurrentContainer.Networks "Name" }}
|
||||||
{{- if and . .Gateway }}
|
{{- if and . .Gateway (not .Internal) }}
|
||||||
# container is in host network mode, using {{ .Name }} gateway IP
|
# container is in host network mode, using {{ .Name }} gateway IP
|
||||||
{{- $ip = .Gateway }}
|
{{- $ip = .Gateway }}
|
||||||
{{- break }}
|
{{- break }}
|
||||||
|
|
Loading…
Reference in a new issue