mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-07-12 23:50:49 +08:00
更新 unicloud-unison/README.md,修改 Docker 运行命令中的 SYNC_INTERVAL 为 60
This commit is contained in:
@ -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" \
|
||||
|
Reference in New Issue
Block a user