🔒️ fix endless loop in passbolt
This commit is contained in:
parent
945edb5798
commit
27e7d16b40
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ services:
|
||||||
- EMAIL_DEFAULT_TRANSPORT=${EMAIL_TRANSPORT}
|
- EMAIL_DEFAULT_TRANSPORT=${EMAIL_TRANSPORT}
|
||||||
- PASSBOLT_SSL_FORCE=true
|
- PASSBOLT_SSL_FORCE=true
|
||||||
- PASSBOLT_SECURITY_SSL_PROXY=true
|
- PASSBOLT_SECURITY_SSL_PROXY=true
|
||||||
|
- PASSBOLT_EMAIL_VALIDATE_MX=false
|
||||||
|
- PASSBOLT_FORCE_BASE_URL=https://${SUBDOMAIN}.${DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${PGP_PATH}
|
source: ${PGP_PATH}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue