summaryrefslogtreecommitdiffstats
path: root/docker-compose-postgresql.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose-postgresql.yml')
-rw-r--r--docker-compose-postgresql.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose-postgresql.yml b/docker-compose-postgresql.yml
index ab15d978..2f557fa5 100644
--- a/docker-compose-postgresql.yml
+++ b/docker-compose-postgresql.yml
@@ -245,6 +245,9 @@ services:
# LOGOUT_ON_MINUTES : The number of minutes
# example : LOGOUT_ON_MINUTES=55
#- LOGOUT_ON_MINUTES=
+ # DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate him
+ # example : DEFAULT_AUTHENTICATION_METHOD=ldap
+ #- DEFAULT_AUTHENTICATION_METHOD=
depends_on:
- mongodb