1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2026-04-19 18:39:39 +00:00

[TEMPLATE] fix variable call

This commit is contained in:
Baptiste Donaux
2016-02-23 13:59:30 +01:00
parent 658e20f661
commit ebab7cf2b9
+1 -1
View File
@@ -1,4 +1,4 @@
{{ $CurrentContainer := where $ "ID" .CurrentContainerID | first }}
{{ $CurrentContainer := where $ "ID" .Docker.CurrentContainerID | first }}
{{ define "upstream" }}
{{ if .Address }}