From 9a3c0c6a2e8b963451fccb4077fe41f12b1c5b9a Mon Sep 17 00:00:00 2001 From: aNNiMON Date: Wed, 4 Sep 2024 20:09:25 +0300 Subject: [PATCH] Add ghcr docker image in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cada2b..aeed6af 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,13 @@ java -jar ./build/libs/ffmpegbot-1.2-SNAPSHOT-all.jar Note: FFmpeg binary might be installed with limited number of filters and codecs. Some bot features might not work (Audio pitch, robot effect, etc). ```bash -docker build --tag 'ffmpegbot' . docker run -d -t -i \ -e BOT_TOKEN='...' \ -e APP_ID='...' \ -e APP_HASH='...' \ -e SUPERUSERS='12345' \ -e ALLOWED_USERS='12346,12347' \ - --name ffmpegbot ffmpegbot:latest + --name ffmpegbot ghcr.io/annimon/ffmpegbot:latest ``` #### Environment variables