Skip to content

Commit cb99ab5

Browse files
committed
fix doc
1 parent 7aaf9f9 commit cb99ab5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/zh/openapi/base-openapi.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,4 @@ docker run -v $PWD/vendor/astral/php-serialize/src/OpenApi/Frankenphp/Caddyfile
5959
```
6060
访问 `http://127.0.0.1:8089/docs` 查看文档
6161

62-
![UI-IMG](./ui.png)
63-
64-
### Docker启动
65-
66-
先进入项目根目录
67-
68-
```shell
69-
docker run -v $PWD/vendor/astral/php-serialize/src/OpenApi/Frankenphp/Caddyfile:/etc/frankenphp/Caddyfile -v $PWD:/app -p 8089:80 dunglas/frankenphp
70-
```
71-
72-
访问 `http://127.0.0.1:8089` 展示OpenApi JSON文档
73-
74-
访问 `http://127.0.0.1:8089/docs` 展示UI文档
75-
7662
![UI-IMG](./ui.png)

0 commit comments

Comments
 (0)