Closed ZaneyPoo closed 2 months ago
The container does not automatically restart if the Docker daemon is restarted. For example, yesterday I updated the host server and had to restart the Docker daemon to apply those updates.
We can just add this line to the compose file:
services: quadbot: restart: always
And that should fix the issue.
Problem
The container does not automatically restart if the Docker daemon is restarted. For example, yesterday I updated the host server and had to restart the Docker daemon to apply those updates.
Steps to reproduce
Potential solution
We can just add this line to the compose file:
And that should fix the issue.