mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-29 06:18:34 +02:00
scripts: remove DMS_DEBUG
(#2523)
* remove DMS_DEBUG from tests * remove DMS_DEBUG from doc and scripts * updated issue template * re-add description about removal of DMS_DEBUG
This commit is contained in:
parent
35fb744ffb
commit
21c218ac68
38 changed files with 9 additions and 59 deletions
|
@ -103,7 +103,6 @@ function collect_cipherlist_data() {
|
|||
run docker run -d --name tls_test_cipherlists \
|
||||
--volume "${PRIVATE_CONFIG}/:/tmp/docker-mailserver/" \
|
||||
--volume "${TLS_CONFIG_VOLUME}" \
|
||||
--env DMS_DEBUG=0 \
|
||||
--env ENABLE_POP3=1 \
|
||||
--env SSL_TYPE="manual" \
|
||||
--env SSL_CERT_PATH="/config/ssl/cert.${KEY_TYPE}.pem" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue