...
Code Block | ||
---|---|---|
| ||
docker volume rm <stack_name>_conf docker volume rm trivore-id_conf |
Additionally, environment varaible LDAP_ENABLED
is now optional with default value of false
. Other LDAP variables are not needed when LDAP is disabled.
New volume certs
now exists if there is a need to configure locally trusted certificates. Usually not needed as Trivore ID image contains all needed trusted certificates by default.
Example certs volume in compose.yml
:
Code Block | ||
---|---|---|
| ||
services:
main:
volumes:
- certs:/deployments/trivore-id/conf/certs
volumes:
certs: |
Bug fixes
Improvements
New features
...