mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
cleanup tooling
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user