7 lines
103 B
YAML
7 lines
103 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
httpbin:
|
||
|
image: citizenstig/httpbin
|
||
|
networks:
|
||
|
- example-network
|