You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
296 B

  1. version: "2.0"
  2. services:
  3. nginx-proxy:
  4. image: nginx-proxy:1.17-headers-more
  5. ports:
  6. - "80:80"
  7. volumes:
  8. - /var/run/docker.sock:/tmp/docker.sock:ro
  9. - ./vhost:/etc/nginx/vhost.d:ro
  10. whoami:
  11. image: jwilder/whoami
  12. environment:
  13. - VIRTUAL_HOST=whoami.local