Browse Source

docs: enhance clarity in docker_deployment.md by formatting Gradio access instructions as a list

myhloli 4 months ago
parent
commit
03dc966c0c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/zh/quick_start/docker_deployment.md

+ 3 - 1
docs/zh/quick_start/docker_deployment.md

@@ -66,4 +66,6 @@ wget https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/docker/compose.yaml
   docker compose -f compose.yaml --profile mineru-gradio up -d
   ```
   >[!TIP]
-  >在浏览器中访问 `http://<server_ip>:7860` 使用 Gradio WebUI 或访问 `http://<server_ip>:7860/?view=api` 使用 Gradio API。
+  > 
+  >- 在浏览器中访问 `http://<server_ip>:7860` 使用 Gradio WebUI 
+  >- 访问 `http://<server_ip>:7860/?view=api` 使用 Gradio API