1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/httpbin/docker-compose.yml

6 lines
79 B
YAML
Raw Normal View History

2016-01-14 09:20:38 +00:00
httpbin:
image: vimagick/httpbin
ports:
- "27815:80"
restart: always