From e4bedeedf7ee4076b5dd3052303b7118fcce1dd2 Mon Sep 17 00:00:00 2001 From: tippfehlr Date: Sun, 25 Feb 2024 22:00:36 +0100 Subject: [PATCH] docs: explain the port number --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec9e8e7..64812e2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ services: restart: always ``` +*[why this port?](https://gist.github.com/tippfehlr/843c2d11f356d37495670b5803b714f5)* + ## Usage To enable the webhook, add the `composehook.update=true` @@ -43,5 +45,5 @@ http://localhost:8537// I suggest using a reverse proxy to expose the webhook to the internet. I use [caddy-docker-proxy](https://github.com/lucaslorentz/caddy-docker-proxy). -Unfortunately, composehook can’t update itself as docker containers can’t restart themselves. +Unfortunately composehook can’t update itself as docker containers can’t restart themselves. If you know a solution, please open an issue.