From fff144a8279ac36ce83e6b975f17f6dbc35f39d6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 26 Jul 2019 09:11:28 +0300 Subject: - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it works and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722). Thanks to benh57 and xet7 ! Closes #2354 --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 72d7ec5b..b17d8be0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -429,8 +429,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 - #- LDAP_BACKGROUND_SYNC_INTERVAL=100 + # At which interval does the background task sync in milliseconds. + # Leave this unset, so it uses default, and does not crash. + # https://github.com/wekan/wekan/issues/2354#issuecomment-515305722 + - LDAP_BACKGROUND_SYNC_INTERVAL='' # #- LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=false # -- cgit v1.2.3-1-g7c22