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
parent 85a7d3a9ea
commit 00ad8dfc25
No known key found for this signature in database
GPG key ID: BA04727E0EA281C0

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