From 58d72e0fbe89393878e4a504af1557cbe24373f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 22 Oct 2024 09:31:24 +0800 Subject: [PATCH] UNISON_PARAMS="group=true|owner=true|times=true" --- 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 15dea0b..3c3a657 100644 --- a/stacks/unicloud-unison/README.md +++ b/stacks/unicloud-unison/README.md @@ -54,7 +54,7 @@ SERVER_PORT=2222 docker run -d --name unison-unicloud-client \ -e SHARE_IGNORE="mysql.sock|.unison" \ - -e UNISON_PARAMS="-group -owner -times" \ + -e UNISON_PARAMS="group=true|owner=true|times=true" \ -e TZ=Asia/Shanghai \ -e USER=root -e USER_UID=0 \ --restart on-failure \