See related spring-projects/spring-framework#31178 and spring-projects/spring-framework#31180 issues. Closes gh-20
7 lines
102 B
YAML
7 lines
102 B
YAML
version: '3'
|
|
services:
|
|
httpbin:
|
|
image: 'mccutchen/go-httpbin:v2.10.0'
|
|
ports:
|
|
- '8080'
|