From 78fcd1bc733ab6178684fe5905154e4b101e17de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 22 Oct 2024 09:22:18 +0800 Subject: [PATCH] UNISON_PARAMS="-group -owner -times" --- stacks/unicloud-unison/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks/unicloud-unison/README.md b/stacks/unicloud-unison/README.md index 3b1660f..15dea0b 100644 --- a/stacks/unicloud-unison/README.md +++ b/stacks/unicloud-unison/README.md @@ -54,6 +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 TZ=Asia/Shanghai \ -e USER=root -e USER_UID=0 \ --restart on-failure \