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
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- ../lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro
|
||||
- ./certs:/etc/nginx/certs:ro
|
||||
- ./lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro
|
||||
environment:
|
||||
LISTEN_PORT: 8080
|
||||
|
|
|
|||
Loading…
Reference in a new issue