UNISON_PARAMS="-group -owner -times"

This commit is contained in:
严浩
2024-10-22 09:22:18 +08:00
parent 27271c2c30
commit 78fcd1bc73

View File

@ -54,6 +54,7 @@ SERVER_PORT=2222
docker run -d --name unison-unicloud-client \ docker run -d --name unison-unicloud-client \
-e SHARE_IGNORE="mysql.sock|.unison" \ -e SHARE_IGNORE="mysql.sock|.unison" \
-e UNISON_PARAMS="-group -owner -times" \
-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 \