nginx-proxy-auto-docker/test/test_ports/test_VIRTUAL_PORT-single-different-from-single-port.yml
2024-12-18 02:08:46 +01:00

14 lines
272 B
YAML

services:
web:
image: web
expose:
- "81"
environment:
WEB_PORTS: "81"
VIRTUAL_HOST: "web.nginx-proxy.tld"
VIRTUAL_PORT: "90"
sut:
image: nginxproxy/nginx-proxy:test
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro