Skip to content

Commit

Permalink
docker使用的步骤说明 (apache#313)
Browse files Browse the repository at this point in the history
* 修改端口号,admin里默认的端口号是9095,bootstrap默认是9195

* docker使用说明

Co-authored-by: frankzhang <[email protected]>
  • Loading branch information
bobzhanggmail and frankzhang authored Sep 23, 2020
1 parent 0c50f8d commit e89bafa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions script/Docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Docker 使用说明
1. git clone https://github.com/dromara/soul.git
2. 修改配置文件
> 修改soul-admin/src/main/resources/application-local.yaml文件,修改mysql配置
修改soul-bootstrap/src/main/resources/application-local.yaml,修改websocket url配置,把127.0.0.1,改成你宿主机实际ip
3. 回到soul根目录下,执行mvn clean package打包
4. 去script目录下,执行docker-compose up -d,会开始build镜像,成功后,会成功启动soul-admin和soul-bootstrap
5. http://IP:9095/ 帐号信息admin/123456 登录即可

0 comments on commit e89bafa

Please sign in to comment.