更新 unicloud-unison/README.md,添加 Docker 运行命令中的主机名配置

This commit is contained in:
严浩
2024-10-22 09:48:37 +08:00
parent 58d72e0fbe
commit 8066155d32

View File

@ -17,6 +17,7 @@ HTTP_PORT=5001
SERVER_UI_PASSWORD=
docker run -d --restart unless-stopped --name unison-unicloud-server \
--hostname unison-unicloud-server.oo1.dev \
-p $SSH_PORT:22 -p $HTTP_PORT:80 \
-e TZ=Asia/Shanghai \
-e USER=root -e USER_UID=0 \