Skip to content

Commit

Permalink
📝 docs: fix typo (lobehub#3700)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuozhiyongde authored Aug 31, 2024
1 parent 990b2c4 commit d0652c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/self-hosting/server-database/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosting/server-database/docker-compose.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`,然后点击登录
Expand Down

0 comments on commit d0652c8

Please sign in to comment.