mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
fix httpbin
This commit is contained in:
parent
e44be614cd
commit
849a0b952e
@ -21,7 +21,9 @@ services:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
$ curl http://127.0.0.1:27815/ip
|
$ curl http://127.0.0.1:8000/ip
|
||||||
|
$ curl http://127.0.0.1:8000/get
|
||||||
|
$ curl http://127.0.0.1:8000/post -d hello=world
|
||||||
```
|
```
|
||||||
|
|
||||||
[1]: http://httpbin.org
|
[1]: http://httpbin.org
|
||||||
|
Loading…
Reference in New Issue
Block a user