test_VIRTUAL_PORT-single-different-from-single-port.yml 280 B

12345678910111213141516
  1. web:
  2. image: web
  3. expose:
  4. - "81"
  5. environment:
  6. WEB_PORTS: "81"
  7. VIRTUAL_HOST: "web.nginx-proxy.tld"
  8. VIRTUAL_PORT: "90"
  9. sut:
  10. image: nginxproxy/nginx-proxy:test
  11. volumes:
  12. - /var/run/docker.sock:/tmp/docker.sock:ro
  13. environment:
  14. HTTPS_METHOD: nohttps