test_default-root-none.yml 221 B

12345678910111213
  1. services:
  2. nginx-proxy:
  3. environment:
  4. DEFAULT_ROOT: none
  5. web:
  6. image: web
  7. expose:
  8. - "80"
  9. environment:
  10. WEB_PORTS: "80"
  11. VIRTUAL_HOST: web.nginx-proxy.test
  12. VIRTUAL_PATH: /path