From cb401219e84f95155ce51a8c9909ccffc2728fac Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 31 May 2026 14:52:30 +0300 Subject: [PATCH] Update docker-compose.yml --- mini-pc/telegram-bot-api/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mini-pc/telegram-bot-api/docker-compose.yml b/mini-pc/telegram-bot-api/docker-compose.yml index fb524ea..807e3e1 100644 --- a/mini-pc/telegram-bot-api/docker-compose.yml +++ b/mini-pc/telegram-bot-api/docker-compose.yml @@ -9,9 +9,9 @@ services: environment: TELEGRAM_HTTP_PORT: "8081" TELEGRAM_LOCAL: "1" - TELEGRAM_PROXY: http://192.168.1.10:10171 - HTTP_PROXY: http://192.168.1.10:10171 - HTTPS_PROXY: http://192.168.1.10:10171 + TELEGRAM_PROXY: http://192.168.1.10:10172 + HTTP_PROXY: http://192.168.1.10:10172 + HTTPS_PROXY: http://192.168.1.10:10172 NO_PROXY: localhost,127.0.0.1,telegram-bot-api,uptime-kuma volumes: - /opt/data/telegram-bot-api:/var/lib/telegram-bot-api