From 04a2b2a6802b8312d96e8472255f7fda7617f1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Wed, 9 Mar 2016 14:12:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b509927..6f3e478 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ However, hook defined like that could pose a security threat to your system, bec If you want to set CORS headers, you can use the `-header name=value` flag while starting [webhook](https://github.com/adnanh/webhook/) to set the appropriate CORS headers that will be returned with each response. # Interested in running webhook inside of a Docker container? -Please read [this discussion](https://github.com/adnanh/webhook/issues/63). +You can use [almir/webhook](https://hub.docker.com/r/almir/webhook/) docker image, or create your own (please read [this discussion](https://github.com/adnanh/webhook/issues/63)). # Examples Check out [Hook examples page](https://github.com/adnanh/webhook/wiki/Hook-Examples) for more complex examples of hooks.