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