Fix docker compose example in README

This commit is contained in:
nightnoryu
2025-05-14 16:42:46 +03:00
committed by GitHub
parent ebf75414bb
commit b76c7dd005
+2 -2
View File
@@ -39,8 +39,8 @@ After that, copy the `docker-compose.override.example.yml` to `docker-compose.ov
services: services:
anon3anon: anon3anon:
environment: environment:
TELEGRAM_BOT_TOKEN: 123:ABC # The token for your bot, obtained from t.me/BotFather ANON3ANON_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_OWNER_CHAT_ID: 123 # ID of your chat with your bot
``` ```
And you're set! Use `docker compose` to manage the application: And you're set! Use `docker compose` to manage the application: