test_http-port.yml 223 B

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