File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ Some of the more significant additions to this container:
7575- ` RSA_KEY_SIZE ` : The size of the RSA encryption keys (default: ` 2048 ` )
7676- ` RENEWAL_INTERVAL ` : Time interval between certbot's
7777 [ renewal checks] ( #renewal-check-interval ) (default: ` 8d ` )
78+ - ` DEBUG ` : Set to ` 1 ` to enable debug messages and use the [ ` nginx-debug ` ] [ 29 ]
79+ binary (default: ` 0 ` ).
7880
7981
8082## Volumes
@@ -160,6 +162,7 @@ Include it like this:
160162docker run -it -p 80:80 -p 443:443 \
161163162164 --env STAGING=1 \
165+ --env DEBUG=1 \
163166 --name nginx-certbot jonasal/nginx-certbot:latest
164167```
165168
@@ -339,6 +342,12 @@ something I have personally implemented in mine.
339342
340343# Changelog
341344
345+ ### 1.3.0
346+ - Ignore values starting with ` data: ` and ` engine: ` when verifying that all
347+ files exists ([ pull request 32] [ 28 ] ).
348+ - Add a debug mode which is enabled by setting the environment variable
349+ ` DEBUG=1 ` .
350+
342351### 1.2.0
343352- Fix dependencies so that it is possible to build in 32-bit ARM architectures
344353 ([ issue #24 ] [ 25 ] ).
@@ -529,3 +538,5 @@ something I have personally implemented in mine.
529538[ 25 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/24
530539[ 26 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/28
531540[ 27 ] : https://github.com/nginxinc/docker-nginx
541+ [ 28 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/32
542+ [ 29 ] : https://github.com/docker-library/docs/tree/master/nginx#running-nginx-in-debug-mode
You can’t perform that action at this time.
0 commit comments