1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-29 10:56:18 +02:00

Grammar Police

Tiny grammatical fix.
This commit is contained in:
Sergei Filippov 2018-03-09 10:48:14 +13:00 committed by GitHub
parent d6042d08f1
commit 37714fa4f8
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ upstream {{ $upstream_name }} {
{{ range $knownNetwork := $CurrentContainer.Networks }}
{{ range $containerNetwork := $container.Networks }}
{{ if (and (ne $containerNetwork.Name "ingress") (or (eq $knownNetwork.Name $containerNetwork.Name) (eq $knownNetwork.Name "host"))) }}
## Can be connect with "{{ $containerNetwork.Name }}" network
## Can be connected with "{{ $containerNetwork.Name }}" network
{{/* If only 1 port exposed, use that */}}
{{ if eq $addrLen 1 }}