Docker restarting every 5 minutes
Describe the bug
I have had running this deployment running for an long-time, without issues, recently i put it behind traefik and this needed some labels to be added and an different network. As i am using portainer and the compose comes from github, it will redeploy the container again with the new compose. Since this procedure the docker reboots every 5 mins, but log files do not show errors.
What happened?
I have removed everything from the docker compose to the bare minimum, but this will even restart every 5 minutes.
version: '3.9'
services: it-tools: image: 'corentinth/it-tools:latest' ports: - '3015:80' restart: unless-stopped container_name: it-tools
System information
Synology NAS running docker and portainer
Where did you encounter the bug?
Other (installations, docker, etc.)
Hi @eboman , it should be ok on my fork
And if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)