Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
fix error of docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Linus committed Feb 12, 2019
1 parent 49e175f commit cb5fb31
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 56 deletions.
105 changes: 51 additions & 54 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ docker run -itd --name dcmp-backend \
registry.cn-hangzhou.aliyuncs.com/geekcloud/dcmp:backend
# Run DCMP frontend
docker run -itd --name dcmp-nginx \
-p 80:8000 \
-p 8000:80 \
--net dcmp \
registry.cn-hangzhou.aliyuncs.com/geekcloud/dcmp:nginx
```
Expand Down
2 changes: 1 addition & 1 deletion readme_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ docker run -itd --name dcmp-backend \
registry.cn-hangzhou.aliyuncs.com/geekcloud/dcmp:backend
# Run DCMP frontend
docker run -itd --name dcmp-nginx \
-p 80:8000 \
-p 8000:80 \
--net dcmp \
registry.cn-hangzhou.aliyuncs.com/geekcloud/dcmp:nginx
```
Expand Down

0 comments on commit cb5fb31

Please sign in to comment.