更新 unicloud-unison/README.md,修改 Docker 运行命令中的 SYNC_INTERVAL 为 60

This commit is contained in:
严浩
2024-10-22 13:14:14 +08:00
parent 8066155d32
commit 652424da7e

View File

@ -66,7 +66,7 @@ docker run -d --name unison-unicloud-client \
-e SERVER_SHARE=$SERVER_SHARE \ -e SERVER_SHARE=$SERVER_SHARE \
-e API_PROTOCOL=https \ -e API_PROTOCOL=https \
-e API_PORT=443 \ -e API_PORT=443 \
-e SYNC_INTERVAL=15 \ -e SYNC_INTERVAL=60 \
--mount type=bind,source=/unison-unicloud/data,target=/data \ --mount type=bind,source=/unison-unicloud/data,target=/data \
-e CLIENT_DEST=/share \ -e CLIENT_DEST=/share \
--mount type=bind,source=$SOURCE1,target="/share$SOURCE1" \ --mount type=bind,source=$SOURCE1,target="/share$SOURCE1" \