1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/httpbin/docker-compose.yml
2022-02-14 18:23:42 +08:00

8 lines
123 B
YAML

version: "3.8"
services:
httpbin:
image: vimagick/httpbin
ports:
- "8000:8000"
restart: unless-stopped