Procházet zdrojové kódy

[TEMPLATE] fix variable call

Baptiste Donaux před 9 roky
rodič
revize
ebab7cf2b9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 }}