From d0652c82640d45d1154ca4d5c20ab6b8ffb0120a Mon Sep 17 00:00:00 2001 From: Arthals <36695271+zhuozhiyongde@users.noreply.github.com> Date: Sat, 31 Aug 2024 18:15:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20fix=20typo=20(#3700)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/self-hosting/server-database/docker-compose.mdx | 2 +- docs/self-hosting/server-database/docker-compose.zh-CN.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/server-database/docker-compose.mdx b/docs/self-hosting/server-database/docker-compose.mdx index eb9ce059a84d..d55e3043b75f 100644 --- a/docs/self-hosting/server-database/docker-compose.mdx +++ b/docs/self-hosting/server-database/docker-compose.mdx @@ -299,7 +299,7 @@ If you configure using the second method (which is also the default method), you You need to first access the WebUI for configuration: -- If you configured the reverse proxy as mentioned earlier, open `https://lobe-s3-api.example.com` +- If you configured the reverse proxy as mentioned earlier, open `https://lobe-s3-ui.example.com` - Otherwise, after port mapping, open `http://localhost:9001` 1. Enter your `MINIO_ROOT_USER` and `MINIO_ROOT_PASSWORD` on the login screen, then click login. diff --git a/docs/self-hosting/server-database/docker-compose.zh-CN.mdx b/docs/self-hosting/server-database/docker-compose.zh-CN.mdx index 20f469f1cc68..ed1d8a3a1269 100644 --- a/docs/self-hosting/server-database/docker-compose.zh-CN.mdx +++ b/docs/self-hosting/server-database/docker-compose.zh-CN.mdx @@ -296,7 +296,7 @@ docker compose up -d # 重新启动 你需要首先访问 WebUI 来进行配置: -- 如果你按照前文配置了反向代理,打开 `https://lobe-s3-api.example.com` +- 如果你按照前文配置了反向代理,打开 `https://lobe-s3-ui.example.com` - 否则,请在进行端口映射后,打开 `http://localhost:9001` 1. 在登录界面输入你设置的 `MINIO_ROOT_USER` 和 `MINIO_ROOT_PASSWORD`,然后点击登录