Skip to main content
TELEGRAM_BOT_TOKEN="YOUR_TOKEN" docker compose up -d

Docker Run

docker run -d -p 8080:8080 -v botmux-data:/data \
  -e TELEGRAM_BOT_TOKEN="YOUR_TOKEN" ghcr.io/skrashevich/botmux:main
Data is stored in the /data volume inside the container.

Build Locally

# Standard build
docker build -t botmux .

# Multi-arch build
docker buildx build --platform linux/amd64,linux/arm64 -t botmux .

Environment Variables

VariableDescription
TELEGRAM_BOT_TOKENBot token (alternative to -token flag)
TELEGRAM_API_URLCustom Telegram API URL
DEMO_MODESet to true for demo mode