mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 17:19:17 +08:00
- fix hooks.json file name in readme
This commit is contained in:
@@ -75,7 +75,7 @@ FROM adnanh/webhook
|
|||||||
COPY hooks.json.example /etc/webhook/hooks.json
|
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
|
```shell
|
||||||
docker run -d -p 9000:9000 --name=webhook my-webhook-image -verbose -hooks=/etc/webhook/hooks.json -hotreload
|
docker run -d -p 9000:9000 --name=webhook my-webhook-image -verbose -hooks=/etc/webhook/hooks.json -hotreload
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user