From df9f965f38eba3a9db45b17a594904589ded9d93 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 31 May 2026 14:56:43 +0300 Subject: [PATCH] Update docker-compose.yml --- mini-pc/telegram-bot-api/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mini-pc/telegram-bot-api/docker-compose.yml b/mini-pc/telegram-bot-api/docker-compose.yml index 807e3e1..6fbb43f 100644 --- a/mini-pc/telegram-bot-api/docker-compose.yml +++ b/mini-pc/telegram-bot-api/docker-compose.yml @@ -13,6 +13,8 @@ services: 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 + ports: + - "8081:8081" volumes: - /opt/data/telegram-bot-api:/var/lib/telegram-bot-api networks: