test_http3-global-disabled.yml 260 B

123456789101112
  1. services:
  2. # nginx-proxy:
  3. # environment:
  4. # ENABLE_HTTP3: "false" #Disabled by default
  5. http3-global-disabled:
  6. image: web
  7. expose:
  8. - "80"
  9. environment:
  10. WEB_PORTS: "80"
  11. VIRTUAL_HOST: http3-global-disabled.nginx-proxy.tld