Skip to content

Commit 7c1a658

Browse files
committed
update README.md
1 parent e67bc10 commit 7c1a658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ https://github.com/Tencent/APIJSON/commits/master
5151
# 打包镜像
5252
docker build -t hyperf-apijson:v1 .
5353
#启动容器 映射本地9501端口
54-
docker run -dit --name hyperf-apijson hyperf-apijson:v1 -p 9501:9501
54+
docker run -dit --name hyperf-apijson -p 9501:9501 hyperf-apijson:v1
5555
```

0 commit comments

Comments
 (0)