mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 18:03:41 +00:00
doc(): fix Docker run example
This commit is contained in:
parent
16a7f711b4
commit
8185fbf058
|
@ -28,7 +28,8 @@ $ sudo curl -s https://raw.githubusercontent.com/ncarlier/webhookd/master/instal
|
|||
$ docker run -d --name=webhookd \
|
||||
-v ${PWD}/scripts:/var/opt/webhookd/scripts \
|
||||
-p 8080:8080 \
|
||||
ncarlier/webhookd
|
||||
ncarlier/webhookd \
|
||||
webhookd --scripts=/var/opt/webhookd/scripts
|
||||
```
|
||||
|
||||
> Note that this image extends `docker:dind` Docker image.
|
||||
|
|
Loading…
Reference in New Issue
Block a user