Skip to content

Commit

Permalink
docs: explain the port number
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Feb 25, 2024
1 parent df2657c commit e4bedee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -43,5 +45,5 @@ http://localhost:8537/<compose-project>/<service-name>
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.

0 comments on commit e4bedee

Please sign in to comment.