Fixed webhooks for local execution
This commit is contained in:
@@ -6,8 +6,8 @@ docker build . -t webhook
|
||||
docker run -d \
|
||||
-e "HOOKPORT=5001" \
|
||||
-e "URIPATH=/webhook" \
|
||||
-e "CALLBACKURL=http://192.168.159.151:5000/api/v1/hooks/d6ef8912e8bd37776e654cbc14c2629c/result" \
|
||||
-p 5001:5001 \
|
||||
-e "CALLBACKURL=http://192.168.3.6:5001/api/v1/hooks/d6ef8912e8bd37776e654cbc14c2629c/result" \
|
||||
-p 6000:6000 \
|
||||
--name webhook \
|
||||
-h webhook \
|
||||
--restart always \
|
||||
|
||||
Reference in New Issue
Block a user