tests: fix redirect test compose file
This commit is contained in:
parent
2dd672ac9d
commit
ee899506f0
1 changed files with 14 additions and 13 deletions
|
@ -1,14 +1,15 @@
|
||||||
web1:
|
services:
|
||||||
image: web
|
web1:
|
||||||
expose:
|
image: web
|
||||||
- "81"
|
expose:
|
||||||
environment:
|
- "81"
|
||||||
WEB_PORTS: "81"
|
environment:
|
||||||
VIRTUAL_HOST: "web1.nginx-proxy.tld"
|
WEB_PORTS: "81"
|
||||||
|
VIRTUAL_HOST: "web1.nginx-proxy.tld"
|
||||||
|
|
||||||
sut:
|
sut:
|
||||||
image: nginxproxy/nginx-proxy:test
|
image: nginxproxy/nginx-proxy:test
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
- ../lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro
|
- ../lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro
|
||||||
- ./certs:/etc/nginx/certs:ro
|
- ./certs:/etc/nginx/certs:ro
|
||||||
|
|
Loading…
Reference in a new issue