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

version: "2.0"
services:
nginx-proxy:
image: nginx-proxy:1.17-headers-more
ports:
- "80:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./vhost:/etc/nginx/vhost.d:ro
whoami:
image: jwilder/whoami
environment:
- VIRTUAL_HOST=whoami.local