From 44f9c3e5c33c506c1977867ff19f906f5c9ade7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:59:26 +0800 Subject: [PATCH] SHARE_IGNORE="mysql.sock|.unison" --- 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 d21ddce..3b1660f 100644 --- a/stacks/unicloud-unison/README.md +++ b/stacks/unicloud-unison/README.md @@ -53,6 +53,7 @@ SOURCE1=/path/to/backup1 SERVER_PORT=2222 docker run -d --name unison-unicloud-client \ + -e SHARE_IGNORE="mysql.sock|.unison" \ -e TZ=Asia/Shanghai \ -e USER=root -e USER_UID=0 \ --restart on-failure \