From 6bcf41762aef2a80228b3b1ee93e679db708f7e3 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Thu, 4 Oct 2018 23:35:10 -0500 Subject: [PATCH] Fix same host multiple ports --- entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.py b/entrypoint.py index fac3721..8edd1ce 100644 --- a/entrypoint.py +++ b/entrypoint.py @@ -60,7 +60,7 @@ def easymapping(o): redir = o["redirect"] if "redirect" in o else dict() result = """ -frontend http_in +frontend http_in_{0} bind *:{0} mode http