1
0

tests: remove DHPARAM_BITS=256 on nginx-proxy

Using a low DH parameters size isn't needed anymore.
This specific size isn't supported and will cause the container to exit.
This commit is contained in:
Nicolas Duchon 2021-10-28 12:00:39 +02:00
parent 1785bc5394
commit 70424c5d60
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

@ -23,7 +23,6 @@ case $SETUP in
2containers)
docker run -d -p 80:80 -p 443:443 \
--name "$NGINX_CONTAINER_NAME" \
--env "DHPARAM_BITS=256" \
-v /etc/nginx/vhost.d \
-v /etc/nginx/conf.d \
-v /usr/share/nginx/html \