From 00f06add92264ebf591220891c9bf54f5cf346cc Mon Sep 17 00:00:00 2001 From: gyurix Date: Tue, 27 Sep 2022 09:57:41 +0000 Subject: [PATCH] change env_files variable --- smarthost-proxy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/smarthost-proxy.json b/smarthost-proxy.json index 3e576ca..138c246 100644 --- a/smarthost-proxy.json +++ b/smarthost-proxy.json @@ -64,6 +64,7 @@ {"HTTP": "8080"}, {"EXEC": "/ready.sh"} ], + "ENV_FILES": [ "/etc/system/config/proxy.json" ], "EXTRA": "--label ROLES=loadbalancer" , "DEPEND": [ "proxy-dns" ], "START_ON_BOOT": "true",