summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--torodb-postgresql/docker-compose.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/torodb-postgresql/docker-compose.yml b/torodb-postgresql/docker-compose.yml
index e742402f..793a9b4f 100644
--- a/torodb-postgresql/docker-compose.yml
+++ b/torodb-postgresql/docker-compose.yml
@@ -527,7 +527,12 @@ services:
# LOGOUT_ON_MINUTES : The number of minutes
# example : LOGOUT_ON_MINUTES=55
#- LOGOUT_ON_MINUTES=
+ #---------------------------------------------------------------------
+ # PASSWORD_LOGIN_ENABLED : Enable or not the password login form.
+ # example: PASSWORD_LOGIN_ENABLED=false
+ # - PASSWORD_LOGIN_ENABLED
#-------------------------------------------------------------------
+
depends_on:
- mongodb