Closed mksbil closed 2 months ago
@mksbil I also simplified a configuration, optimized an image and published it to a ghcr registry. Check it out
docker run -d -t -i \
-e BOT_TOKEN='...' \
-e APP_ID='...' \
-e APP_HASH='...' \
-e SUPERUSERS='12345' \
-e ALLOWED_USERS='12346,12347' \
--name ffmpegbot ghcr.io/annimon/ffmpegbot:latest
Thanks for pointing this out. Fixed 👍