From 2dfc3f3ee5a59c6a3313179a82e220cc10553613 Mon Sep 17 00:00:00 2001 From: SMAZNet Date: Sun, 15 Aug 2021 00:31:56 +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 e29e98d..ce3fafa 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -17,7 +17,7 @@ DEFAULT_ARGS="--http-port 8081 --dir=${TELEGRAM_WORK_DIR} --temp-dir=${TELEGRAM_ CUSTOM_ARGS="" if [ -n "$TELEGRAM_STAT" ]; then - CUSTOM_ARGS="${CUSTOM_ARGS} --http-stat-port=$TELEGRAM_STAT" + CUSTOM_ARGS="${CUSTOM_ARGS} --http-stat-port=8082" fi if [ -n "$TELEGRAM_STAT_HOST" ]; then