test_virtual-port.yml 177 B

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