Selaa lähdekoodia

[TEMPLATE] fix variable call

Baptiste Donaux 9 vuotta sitten
vanhempi
commit
ebab7cf2b9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      nginx.tmpl

+ 1 - 1
nginx.tmpl

@@ -1,4 +1,4 @@
-{{ $CurrentContainer := where $ "ID" .CurrentContainerID | first }}
+{{ $CurrentContainer := where $ "ID" .Docker.CurrentContainerID | first }}
 
 {{ define "upstream" }}
 	{{ if .Address }}