Docker image currently attempts to update upon each container restart. Request that devs consider disabling updates within the container so that all updates are handled by updating the docker image itself, consistent with most docker implementations. This would facilitate users rolling back to prior tags if needed, allow users to manage updating independently from container restarts, and reduce overhead at each container restart. Auto updates would be a simple crontab with docker-compose pull && docker-compose up -d