From 1cb53b2d55f34b92dd9b4d630076c81f7b14dcd2 Mon Sep 17 00:00:00 2001 From: SMAZNet Date: Mon, 19 Jul 2021 02:29:15 +0430 Subject: [PATCH] Update docker-entrypoint.sh --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 27c201d..e29e98d 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -21,7 +21,7 @@ if [ -n "$TELEGRAM_STAT" ]; then fi if [ -n "$TELEGRAM_STAT_HOST" ]; then - CUSTOM_ARGS="${CUSTOM_ARGS} --http-stat-host=$TELEGRAM_STAT_HOST" + CUSTOM_ARGS="${CUSTOM_ARGS} --http-stat-ip-address=$TELEGRAM_STAT_HOST" fi if [ -n "$TELEGRAM_STAT_HIDE_SENSIBLE_DATA" ]; then