mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 20:42:04 +01:00
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:
parent
1785bc5394
commit
70424c5d60
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user