Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation
Learn how to use BotMux
Run BotMux with Docker and Docker Compose
TELEGRAM_BOT_TOKEN="YOUR_TOKEN" docker compose up -d
docker run -d -p 8080:8080 -v botmux-data:/data \ -e TELEGRAM_BOT_TOKEN="YOUR_TOKEN" ghcr.io/skrashevich/botmux:main
/data
# Standard build docker build -t botmux . # Multi-arch build docker buildx build --platform linux/amd64,linux/arm64 -t botmux .
TELEGRAM_BOT_TOKEN
-token
TELEGRAM_API_URL
DEMO_MODE
true
Was this page helpful?