From 8066155d32c8ad7ed44876abcf4b0385f2618b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 22 Oct 2024 09:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20unicloud-unison/README.md?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=20Docker=20=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E4=B8=AD=E7=9A=84=E4=B8=BB=E6=9C=BA=E5=90=8D?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 3c3a657..804f7ff 100644 --- a/stacks/unicloud-unison/README.md +++ b/stacks/unicloud-unison/README.md @@ -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 \