tests: fix redirect test compose file

This commit is contained in:
Nicolas Duchon 2024-12-08 18:38:05 +01:00
parent 2dd672ac9d
commit ee899506f0

View file

@ -1,4 +1,5 @@
web1: services:
web1:
image: web image: web
expose: expose:
- "81" - "81"
@ -6,7 +7,7 @@ web1:
WEB_PORTS: "81" WEB_PORTS: "81"
VIRTUAL_HOST: "web1.nginx-proxy.tld" VIRTUAL_HOST: "web1.nginx-proxy.tld"
sut: sut:
image: nginxproxy/nginx-proxy:test image: nginxproxy/nginx-proxy:test
volumes: volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro - /var/run/docker.sock:/tmp/docker.sock:ro