cleanup tooling

This commit is contained in:
Jake McDermott
2019-06-25 15:30:07 -04:00
committed by beeankha
parent 04404c93db
commit 37e73acb62
3 changed files with 1 additions and 15 deletions

View File

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