SHARE_IGNORE="mysql.sock|.unison"

This commit is contained in:
严浩
2024-10-21 23:59:26 +08:00
committed by GitHub
parent b0e346d7e1
commit 44f9c3e5c3

View File

@ -53,6 +53,7 @@ SOURCE1=/path/to/backup1
SERVER_PORT=2222 SERVER_PORT=2222
docker run -d --name unison-unicloud-client \ docker run -d --name unison-unicloud-client \
-e SHARE_IGNORE="mysql.sock|.unison" \
-e TZ=Asia/Shanghai \ -e TZ=Asia/Shanghai \
-e USER=root -e USER_UID=0 \ -e USER=root -e USER_UID=0 \
--restart on-failure \ --restart on-failure \