test_single-port-not-80.yml 138 B

12345678
  1. services:
  2. web:
  3. image: web
  4. expose:
  5. - "81"
  6. environment:
  7. WEB_PORTS: "81"
  8. VIRTUAL_HOST: "web.nginx-proxy.tld"