httpbin is a HTTP Request & Response Service, written in Python + Flask.
version: "3.8" services: httpbin: image: vimagick/httpbin ports: - "8000:8000" restart: unless-stopped
$ docker-compose up -d $ curl http://127.0.0.1:27815/ip