From b76c7dd00502e4a14f5fb741858d3bb4e1fa1f68 Mon Sep 17 00:00:00 2001 From: nightnoryu <40693425+nightnoryu@users.noreply.github.com> Date: Wed, 14 May 2025 16:42:46 +0300 Subject: [PATCH] Fix docker compose example in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 631bf6f..bc8c23b 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ After that, copy the `docker-compose.override.example.yml` to `docker-compose.ov services: anon3anon: environment: - TELEGRAM_BOT_TOKEN: 123:ABC # The token for your bot, obtained from t.me/BotFather - OWNER_CHAT_ID: 123 # ID of your chat with your bot + ANON3ANON_TELEGRAM_BOT_TOKEN: 123:ABC # The token for your bot, obtained from t.me/BotFather + ANON3ANON_OWNER_CHAT_ID: 123 # ID of your chat with your bot ``` And you're set! Use `docker compose` to manage the application: