Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TideSec committed May 25, 2020
1 parent 4e78d43 commit 92ed995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docker run --name tide-mars -p 5000:5000 -p 27017:27017 -p 13443:13443 -h tide

启动Mars平台(如果主机配置低的话建议不启动Awvs,不然会卡死的,不想启动Awvs注释start.sh文件中第三行就可以)
```
docker exec tide-mars /bin/bash -c '/root/Mars/start.sh'
docker exec tide-mars /bin/bash -c '/bin/bash /root/Mars/start.sh'
```

之后就可以使用浏览器访问`http://ip:5000`(这个ip是你的docker母机的地址)来访问mars了,登录密码默认为`tidesec`
Expand Down

0 comments on commit 92ed995

Please sign in to comment.