[TEMPLATE] fix variable call
This commit is contained in:
parent
658e20f661
commit
ebab7cf2b9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ $CurrentContainer := where $ "ID" .CurrentContainerID | first }}
|
||||
{{ $CurrentContainer := where $ "ID" .Docker.CurrentContainerID | first }}
|
||||
|
||||
{{ define "upstream" }}
|
||||
{{ if .Address }}
|
||||
|
|
Reference in a new issue