From fca3b54c0ee4206094d10130777692d7fd74bc0b Mon Sep 17 00:00:00 2001 From: Tolfx Date: Sat, 3 Jul 2021 23:06:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d84b7a..041993d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@

# DMCD -DMCD is being used to auto deploy apps, it uses `hub.docker.com` to know when there is a new image ready to pull, -then pulls it and recreats a new container ready for production. +DMCD is being used to auto deploy apps, it uses a webhook to know when there is a new image ready to pull, +then pulls it and recreats a new container ready for production. This webhook can be used in [`hub.docker.com`](https://hub.docker.com/), or what suits the best. # Installation 1. Install repo: `git clone https://github.com/Tolfix/dmcd.git`