test_https-port.yml 215 B

12345678910111213
  1. services:
  2. nginx-proxy:
  3. environment:
  4. HTTP_PORT: 8080
  5. HTTPS_PORT: 8443
  6. web1:
  7. image: web
  8. expose:
  9. - "81"
  10. environment:
  11. WEB_PORTS: "81"
  12. VIRTUAL_HOST: "*.nginx-proxy.tld"