From 15d370a98332934176418ce2be8134eff9ab65d9 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Thu, 12 Mar 2020 19:06:02 +0100 Subject: [PATCH] Add "help needed" section to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 679ca87f..b414943c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@

+> ### ⚠️ Help needed +> +> As I (@simskij) currently am the sole maintainer of watchtower, i'm finding it a bit hard to keep up with all issues and pull requests. Interested in helping out with triage, troubleshooting and issue handling? Let me know on gitter! + + ## Quick Start With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially. Run the watchtower container with the following command: