浏览代码

Made the link https and moved default value into setting

Kevin Köllmann 5 年之前
父节点
当前提交
75dae5c714
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      docker-compose.yml

+ 2 - 3
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
       #