From 336a58e9bcde3895d2a482f5003aae7077d6f878 Mon Sep 17 00:00:00 2001 From: mmahacek Date: Fri, 5 Jan 2024 15:24:13 -0800 Subject: [PATCH] #14660: Doc note about webhook receiver on Docker --- docs/integrations/webhooks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/webhooks.md b/docs/integrations/webhooks.md index 4486e2e45..f370372eb 100644 --- a/docs/integrations/webhooks.md +++ b/docs/integrations/webhooks.md @@ -86,6 +86,8 @@ $ python netbox/manage.py webhook_receiver Listening on port http://localhost:9000. Stop with CONTROL-C. ``` +If you have deployed NetBox via Docker, you should run the webhook receiver on the `netbox-worker` container. + You can test the receiver itself by sending any HTTP request to it. For example: ```no-highlight