1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-06 03:54:48 +02:00
dockerfiles/httpbin/docker-compose.yml

6 lines
79 B
YAML
Raw Normal View History

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