summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-20 16:03:46 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-20 16:03:46 +0200
commit782d0b620988628f40f50f9cd824f6652cfb0dd9 (patch)
tree7af06a090aef2f9242c9a0afc7c9f1ce104ca021 /docker-compose.yml
parent8dcd360f939febef3dc6bc0a1f3eac38664b2815 (diff)
downloadwekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.tar.gz
wekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.tar.bz2
wekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.zip
Upgrade to Meteor 1.8.3 and Node 8.17.0.
Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 !
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 7d8b3453..2d5f747d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -440,10 +440,10 @@ services:
# If the sync of the users should be done in the background
#- LDAP_BACKGROUND_SYNC=false
#
- # At which interval does the background task sync in milliseconds.
+ # At which interval does the background task sync.
# The format must be as specified in:
# https://bunkat.github.io/later/parsers.html#text
- - LDAP_BACKGROUND_SYNC_INTERVAL='every 1 hour'
+ #- LDAP_BACKGROUND_SYNC_INTERVAL='every 1 hour'
#
#- LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=false
#