Skip to content

Commit

Permalink
Grammar Police
Browse files Browse the repository at this point in the history
Tiny grammatical fix.
  • Loading branch information
sergeifilippov authored Mar 8, 2018
1 parent d6042d0 commit 37714fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 37714fa

Please sign in to comment.