summaryrefslogtreecommitdiffstats
path: root/docs/notification_system.md
diff options
context:
space:
mode:
authorJake McDermott <yo@jakemcdermott.me>2019-06-25 21:30:07 +0200
committerbeeankha <beeankha@gmail.com>2019-07-23 17:47:19 +0200
commit37e73acb62965c46587fb2a1d5398d56f5cd03da (patch)
tree50ccfcb3215776c138e4cc2d7b21a6b075f909c7 /docs/notification_system.md
parentEnforce http_method restrictions via API (diff)
downloadawx-37e73acb62965c46587fb2a1d5398d56f5cd03da.tar.xz
awx-37e73acb62965c46587fb2a1d5398d56f5cd03da.zip
cleanup tooling
Diffstat (limited to 'docs/notification_system.md')
-rw-r--r--docs/notification_system.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/notification_system.md b/docs/notification_system.md
index f76c880f50..65b05607b3 100644
--- a/docs/notification_system.md
+++ b/docs/notification_system.md
@@ -221,7 +221,7 @@ http://flask.pocoo.org/snippets/111/
You can also link an `httpbin` service to the development environment for testing webhooks using:
```
-make docker-compose-httpbin
+docker run --network="tools_default" --name httpbin -p 8204:80 kennethreitz/httpbin
```
This will create an `httpbin` service reachable from the AWX container at `http://httpbin/post`, `http://httpbin/put`, etc. Outside of the container, you can reach the service at `http://localhost:8204`.