1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-20 14:36:26 +02:00

fix(ci): wrong nginx-proxy image used on default_host test

This commit is contained in:
Kevin Marilleau 2021-04-03 21:38:49 +02:00 committed by Nicolas Duchon
parent 0c60d57031
commit dd7f7e8427
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

@ -10,7 +10,7 @@ web1:
# WHEN nginx-proxy runs with DEFAULT_HOST set to web1.tld
sut:
image: jwilder/nginx-proxy:test
image: nginxproxy/nginx-proxy:test
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro