Update README.md

This commit is contained in:
ShulieTech 2021-08-03 15:55:52 +08:00 committed by GitHub
parent 6dcffe1245
commit fbbe78b5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ systemctl daemon-reload
Pull docker
```shell
# docker url : registry.cn-hangzhou.aliyuncs.com/forcecop/forcecop:v1.0.0
docker pull registry.cn-hangzhou.aliyuncs.com/forcecop/forcecop:v1.0.0
# docker url : registry.cn-hangzhou.aliyuncs.com/shulie-takin/takin:v1.0.0
docker pull registry.cn-hangzhou.aliyuncs.com/shulie-takin/takin:v1.0.0
docker run -d -p 80:80 -p 2181:2181 -p 3306:3306 -p 6379:6379 -p 8086:8086 -p 9000:9000 -p 10032:10032 -p 6628:6628 -p 8000:8000 -p 6627:6627 -p 8888:8888 -p 29900-29999:29900-29999 registry.cn-hangzhou.aliyuncs.com/forcecop/forcecop:v1.0.0
```