mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
7 lines
106 B
YAML
7 lines
106 B
YAML
version: '3'
|
|
services:
|
|
httpx:
|
|
image: jruby:9.2.5-alpine
|
|
environment:
|
|
- JRUBY_OPTS=--debug
|