test_http-port.yml 192 B

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