test_dhparam.yml 344 B

12345678910111213141516
  1. web5:
  2. image: web
  3. expose:
  4. - "85"
  5. environment:
  6. WEB_PORTS: "85"
  7. VIRTUAL_HOST: "web5.nginx-proxy.tld"
  8. sut:
  9. image: nginxproxy/nginx-proxy:test
  10. container_name: nginxproxy
  11. volumes:
  12. - /var/run/docker.sock:/tmp/docker.sock:ro
  13. - ../lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro
  14. - ./certs:/etc/nginx/certs:ro