Missed the docker file for the new test.

This commit is contained in:
John Stucklen 2019-02-16 15:24:41 -05:00
parent 71dda1d7a5
commit 7d142f7319

View file

@ -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