1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-02 06:45:45 +00:00

fix: backward compatibility w/ DHPARAM_GENERATION

Also use true rather than 1 to stay consistent
with other boolean environment variables
This commit is contained in:
Nicolas Duchon
2021-10-20 19:15:27 +02:00
parent 41bd4076c0
commit ab7ac0aadb
4 changed files with 55 additions and 6 deletions

View File

@ -41,6 +41,13 @@ with_custom_file:
with_skip:
container_name: dh-skip
environment:
- DHPARAM_SKIP=1
- DHPARAM_SKIP=true
image: *img-nginxproxy
volumes: *vols-common
with_skip_backward:
container_name: dh-skip-backward
environment:
- DHPARAM_GENERATION=false
image: *img-nginxproxy
volumes: *vols-common