From 6b145bb3cca96c16e9b410b6597a3c010cdfe9d7 Mon Sep 17 00:00:00 2001 From: guillaume Date: Wed, 19 Dec 2018 13:42:51 +0100 Subject: Add a new env var to select the default authentication method --- docker-compose-postgresql.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker-compose-postgresql.yml') 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 -- cgit v1.2.3-1-g7c22