httpx/docker-compose-ruby-2.3.yml

9 lines
153 B
YAML

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