1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-06-30 22:05:46 +00:00

Merge pull request #1538 from S0obi/patch-1

Update docker-entrypoint.sh comment on DHPARAM default key size
This commit is contained in:
Nicolas Duchon
2021-04-02 01:49:36 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ if [[ $DOCKER_HOST = unix://* ]]; then
fi
# Generate dhparam file if required
# Note: if $DHPARAM_BITS is not defined, generate-dhparam.sh will use 2048 as a default
# Note: if $DHPARAM_BITS is not defined, generate-dhparam.sh will use 4096 as a default
# Note2: if $DHPARAM_GENERATION is set to false in environment variable, dh param generator will skip completely
/app/generate-dhparam.sh $DHPARAM_BITS $DHPARAM_GENERATION