I've been using Watchtower for managing my Docker containers, but the official repository hasn't seen an update in over two years, and it's stopped working after I updated my Docker packages on my Ubuntu server due to API version issues. I'm looking for recommendations for other options that could help me keep my containers updated automatically or notify me when updates are needed.
1 Answer
You might want to check out the nickfedor version of Watchtower. It's available on Docker Hub, and you can change the container in your Docker run command or your compose file to use it.

Thanks, you're a lifesaver! I couldn't find that info anywhere else.