summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-21 22:24:21 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-21 22:24:21 +0200
commit5b227b2b4f65f4af2fd9328f8336111277699d71 (patch)
tree362622caadaa397d13a4947718e30692c79d26bc /docker-compose.yml
parent16fe2be04d75a968a7a79db330a618a9062522f0 (diff)
parent96f33e4052f57706c91a1780a2ad7d77da347021 (diff)
downloadwekan-5b227b2b4f65f4af2fd9328f8336111277699d71.tar.gz
wekan-5b227b2b4f65f4af2fd9328f8336111277699d71.tar.bz2
wekan-5b227b2b4f65f4af2fd9328f8336111277699d71.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 0cb58cff..7d7bf9d1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -212,6 +212,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. Method can be password or ldap.
+ # example : DEFAULT_AUTHENTICATION_METHOD=ldap
+ #- DEFAULT_AUTHENTICATION_METHOD=
depends_on:
- wekandb