Skip to content

Commit 09271a3

Browse files
committed
Update Readme
1 parent 4b22ccd commit 09271a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ Finally, start your containers with `VIRTUAL_HOST` environment variables.
152152

153153
[letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) is a lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates automatically.
154154

155+
Set `GENERATE_DHPARAM` environment variable to `false` to disabled Diffie-Hellman parameters completely. This will also ignore auto-generation made by `nginx-proxy`.
156+
The default value is `true`
157+
158+
$ docker run -e GENERATE_DHPARAM=false ....
155159
### SSL Support
156160

157161
SSL is supported using single host, wildcard and SNI certificates using naming conventions for
@@ -359,4 +363,4 @@ If your system has the `make` command, you can automate those tasks by calling:
359363
make test
360364

361365

362-
You can learn more about how the test suite works and how to write new tests in the [test/README.md](test/README.md) file.
366+
You can learn more about how the test suite works and how to write new tests in the [test/README.md](test/README.md) file.

0 commit comments

Comments
 (0)