Prechádzať zdrojové kódy

[TEMPLATE] fix variable call

Baptiste Donaux 9 rokov pred
rodič
commit
ebab7cf2b9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 }}