Skip to content

Commit a6f2595

Browse files
committed
README (Docker instructions)
1 parent 31c47d3 commit a6f2595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ If there's something wrong with GHCR's prebuilt image, you can also build the Do
116116
To run the bot using Docker:
117117

118118
```bash
119-
docker run --name whisper-transcriber-telegram-bot -d \
119+
sudo docker run --name whisper-transcriber-telegram-bot -d \
120120
-e TELEGRAM_BOT_TOKEN='YourTelegramBotToken' \
121-
-v $(pwd)/config:/app/config \
122121
-v whisper_cache:/root/.cache/whisper \
123-
whisper-transcriber-telegram-bot
122+
ghcr.io/flyingfathead/whisper-transcriber-telegram-bot:latest
123+
124124
```
125125

126126
Replace `'YourTelegramBotToken'` with your actual Telegram bot token. This command also mounts the `config` directory and the Whisper model cache directory to preserve settings and downloaded models across container restarts.

0 commit comments

Comments
 (0)