Skip to content

Commit 3b8b8ee

Browse files
Fabio Regoeabili0
Fabio Rego
authored andcommitted
Fixing debug flag in README and docker-compose file
1 parent 4deb4c8 commit 3b8b8ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A store of records being managed is needed. Hence, a `/data` volume must be mapp
2929

3030
6. `optional` **BINDMAN_DNS_REMOVAL_DELAY**: the delay in minutes to be applied to the removal of an DNS entry. The default is 10 minutes. This is to guarantee that in fact the removal should be processed.
3131

32-
7. `optional` **BINDMAN_MODE**: let the runtime know if the DEBUG mode is activated; useful for debugging the intermediary files created for sending `nsupdate` commands. Possible values: `DEBUG|PROD`. Empty defaults to `PROD`.
32+
7. `optional` **BINDMAN_DEBUG**: let the runtime know if the DEBUG mode is activated; useful for debugging the intermediary files created for sending `nsupdate` commands. Possible values: `false|true`. Empty defaults to `false`.
3333

3434
# Secure communication
3535

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- BINDMAN_NAMESERVER_KEY_FILE=Ktest.com.+157+50086.key
3131
- BINDMAN_NAMESERVER_ZONE=test.com
3232
- BINDMAN_DNS_REMOVAL_DELAY=1
33-
- BINDMAN_MODE=DEBUG
33+
- BINDMAN_DEBUG=false
3434

3535
volumes:
3636
data:

0 commit comments

Comments
 (0)