1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/httpbin/docker-compose.yml

8 lines
123 B
YAML
Raw Normal View History

2022-02-14 12:23:42 +02:00
version: "3.8"
services:
httpbin:
image: vimagick/httpbin
ports:
- "8000:8000"
restart: unless-stopped