Skip to content

Commit

Permalink
TelegramDL: fix yaml param
Browse files Browse the repository at this point in the history
  • Loading branch information
regularentropy authored Jul 25, 2024
1 parent 74f3424 commit c74fdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docker build -t telegram-downloader .

### Run Docker Container
```sh
docker run -d --name telegram-downloader -v $(pwd)/config.yml:/usr/src/app/config.yml -e BOT_TOKEN=your_telegram_bot_token telegram-downloader
docker run -d --name telegram-downloader -v $(pwd)/config.yml:/usr/src/app/config.yml -e token=your_telegram_bot_token telegram-downloader
```
Replace `your_telegram_bot_token` with your actual bot token.

Expand Down

0 comments on commit c74fdde

Please sign in to comment.