1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-06-04 22:06:30 +02:00
nginx-proxy/test/test_ssl/test_wildcard.yml

15 lines
308 B
YAML
Raw Normal View History

web1:
image: web
expose:
- "81"
environment:
WEB_PORTS: "81"
VIRTUAL_HOST: "*.nginx-proxy.tld"
sut:
image: jwilder/nginx-proxy:test
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
2017-03-07 20:04:44 +01:00
- ../lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro
2017-02-01 08:41:12 +01:00
- ./certs:/etc/nginx/certs:ro