summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorKevin Köllmann <kevin.koellmann001@stud.fh-dortmund.de>2019-12-18 15:32:17 +0100
committerKevin Köllmann <kevin.koellmann001@stud.fh-dortmund.de>2019-12-18 15:32:17 +0100
commit75dae5c714c0d2574202dde7292e2f108a7a27f6 (patch)
tree618ade0105f99a2e8f3109274b146163a6090d10 /docker-compose.yml
parentf96bba7a63b2f66a03f3dcd6b10c32c85c215521 (diff)
downloadwekan-75dae5c714c0d2574202dde7292e2f108a7a27f6.tar.gz
wekan-75dae5c714c0d2574202dde7292e2f108a7a27f6.tar.bz2
wekan-75dae5c714c0d2574202dde7292e2f108a7a27f6.zip
Made the link https and moved default value into setting
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 577ae87e..7d8b3453 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -442,9 +442,8 @@ services:
#
# At which interval does the background task sync in milliseconds.
# The format must be as specified in:
- # http://bunkat.github.io/later/parsers.html#text
- # The default is "every 1 hour"
- - LDAP_BACKGROUND_SYNC_INTERVAL=''
+ # https://bunkat.github.io/later/parsers.html#text
+ - LDAP_BACKGROUND_SYNC_INTERVAL='every 1 hour'
#
#- LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=false
#