docker-compose.yaml 90 B

1234567
  1. services:
  2. httpbin:
  3. image: kennethreitz/httpbin
  4. ports:
  5. - "80:80"