# 🦄 go-mention-bot Second version of [mention-all-the-bot](https://github.com/pischule/mention-all-bot) ## how to run this ```shell $ cat << EOF > docker-compose.yml services: bot: image: ghcr.io/pischule/go-mention-all-bot:master restart: unless-stopped volumes: - ./data:/app/data environment: TELEGRAM_TOKEN: "" EOF $ docker compose up -d ```