From c74fddebfa33a454a57bb88bf5fce39e974435be Mon Sep 17 00:00:00 2001 From: regularentropy <89523758+regularentropy@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:57:43 +0200 Subject: [PATCH] TelegramDL: fix yaml param --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cc2371..a2f45cb 100644 --- a/README.md +++ b/README.md @@ -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.