πDocker Compose
This the easiest and recommended method to host Cat Userbot.
β‘ Run your bot in docker with just simple steps
γ£ Install required packages
sudo apt install --no-install-recommends -y git docker-compose docker.ioγ£ Clone the repo & make config
git clone https://github.com/TgCatUB/catuserbot && cd catuserbot && mv exampleconfig.py config.pyγ£ Edit the config.py with your config values
Modify the config.py with any text editor, like
nano config.pyCheck : Config Values
γ£ All setup completed, its time to run the bot.
Run:
sudo docker-compose upRun detached:
sudo docker-compose up -dStop:
sudo docker-compose stopCheck:
sudo docker-compose ps
γ£ Steps to update base docker image**.**
Last updated
Was this helpful?