We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67bc10 commit 7c1a658Copy full SHA for 7c1a658
README.md
@@ -51,5 +51,5 @@ https://github.com/Tencent/APIJSON/commits/master
51
# 打包镜像
52
docker build -t hyperf-apijson:v1 .
53
#启动容器 映射本地9501端口
54
-docker run -dit --name hyperf-apijson hyperf-apijson:v1 -p 9501:9501
+docker run -dit --name hyperf-apijson -p 9501:9501 hyperf-apijson:v1
55
```
0 commit comments