Fix test image names

This commit is contained in:
R0Wi 2021-04-03 08:41:48 +02:00
parent 0a9ddf8b70
commit 8b9b2fa000
No known key found for this signature in database
GPG key ID: 35D381829B5DF829
2 changed files with 2 additions and 2 deletions

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

View file

@ -19,7 +19,7 @@ https:
# Proxy
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