SideProjectGuys / invite-manager-bot

A discord bot that tracks invites and much more
https://docs.invitemanager.co/
GNU General Public License v3.0
166 stars 136 forks source link

Make sure the bot auto restarts #171

Open Sasiko opened 4 years ago

Sasiko commented 4 years ago

Whenever you flush or change your firewall, it drops iptables for docker annoyingly, or if you are using a service that affect the iptables in general can make docker unusable. When you restart docker, the restart command i added will make sure to restart the bot aswell. Without it, the bot will have to be manually started with docker-compose up -d