mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
7459424bfb
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
6 lines
83 B
YAML
6 lines
83 B
YAML
version: '2'
|
|
services:
|
|
httpbin:
|
|
build: '.'
|
|
ports:
|
|
- '80:80' |