test_virtual-port-single-different-from-single-port.yml 163 B

123456789
  1. services:
  2. web:
  3. image: web
  4. expose:
  5. - "81"
  6. environment:
  7. WEB_PORTS: "81"
  8. VIRTUAL_HOST: "web.nginx-proxy.tld"
  9. VIRTUAL_PORT: "90"