Missed the docker file for the new test.
This commit is contained in:
parent
71dda1d7a5
commit
7d142f7319
1 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ sut:
|
||||||
image: jwilder/nginx-proxy:test
|
image: jwilder/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
|
|
||||||
environment:
|
environment:
|
||||||
LISTEN_PORT: 8080
|
LISTEN_PORT: 8080
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue