We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c463b72 + 2ea1976 commit 2cf75afCopy full SHA for 2cf75af
1 file changed
docs/zh/openapi/base-openapi.md
@@ -52,6 +52,17 @@ class UserController {
52
53
### Docker启动
54
55
+进入项目根目录
56
+
57
+```shell
58
+docker run -v $PWD/vendor/astral/php-serialize/src/OpenApi/Frankenphp/Caddyfile:/etc/frankenphp/Caddyfile -v $PWD:/app -p 8089:80 dunglas/frankenphp
59
+```
60
+访问 `http://127.0.0.1:8089/docs` 查看文档
61
62
+
63
64
+### Docker启动
65
66
先进入项目根目录
67
68
```shell
0 commit comments