mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
9 lines
146 B
YAML
9 lines
146 B
YAML
version: '3'
|
|
services:
|
|
httpx:
|
|
image: ruby:2.3
|
|
environment:
|
|
- HTTPBIN_COALESCING_HOST=another
|
|
links:
|
|
- "nghttp2:another"
|