Fix docker compose example in README
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user