#14660: Doc note about webhook receiver on Docker

This commit is contained in:
mmahacek 2024-01-05 15:24:13 -08:00 committed by GitHub
parent f4344d7f9b
commit 336a58e9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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