From 652424da7e08b2d0f7ccafa90add067b0e5c043c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 22 Oct 2024 13:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20unicloud-unison/README.md?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=20Docker=20=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E4=B8=AD=E7=9A=84=20SYNC=5FINTERVAL=20?= =?UTF-8?q?=E4=B8=BA=2060?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/unicloud-unison/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/unicloud-unison/README.md b/stacks/unicloud-unison/README.md index 804f7ff..37a2d0c 100644 --- a/stacks/unicloud-unison/README.md +++ b/stacks/unicloud-unison/README.md @@ -66,7 +66,7 @@ docker run -d --name unison-unicloud-client \ -e SERVER_SHARE=$SERVER_SHARE \ -e API_PROTOCOL=https \ -e API_PORT=443 \ - -e SYNC_INTERVAL=15 \ + -e SYNC_INTERVAL=60 \ --mount type=bind,source=/unison-unicloud/data,target=/data \ -e CLIENT_DEST=/share \ --mount type=bind,source=$SOURCE1,target="/share$SOURCE1" \