1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/httpbin/docker-compose.yml
2016-01-14 17:20:38 +08:00

6 lines
79 B
YAML

httpbin:
image: vimagick/httpbin
ports:
- "27815:80"
restart: always