mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-15 10:04:44 +00:00
- fix hooks.json file name in readme
This commit is contained in:
parent
5f041cb9ae
commit
aff3a155d7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ FROM adnanh/webhook
|
|||
COPY hooks.json.example /etc/webhook/hooks.json
|
||||
```
|
||||
|
||||
This `Dockerfile` and `hooks.json` files should be placed inside the same directory. After that run `docker build -t my-webhook-image .` and then start your container:
|
||||
This `Dockerfile` and `hooks.json.example` files should be placed inside the same directory. After that run `docker build -t my-webhook-image .` and then start your container:
|
||||
```shell
|
||||
docker run -d -p 9000:9000 --name=webhook my-webhook-image -verbose -hooks=/etc/webhook/hooks.json -hotreload
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue