httpx/docker-compose-ruby-2.5.yml
2021-04-19 15:43:52 +01:00

9 lines
146 B
YAML

version: '3'
services:
httpx:
image: ruby:2.5
environment:
- HTTPBIN_COALESCING_HOST=another
links:
- "nghttp2:another"