File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343### 🚀 Quick Start
4444
45- #### Annotation Platform : SpringBoot + Vue.js
45+ #### Annotation Platform
4646
4747** Preparation**
4848
@@ -55,13 +55,13 @@ git clone https://github.com/xz1220/labelproject-foreground-spring.git
5555cd src/model/ && vim Service.js // 修改HOST 对应后端IP地址
5656cnpm install && cnpm run build
5757docker build -t < image_name> .
58- vim compose/labelproject-java.yml // 修改compose配置文件,修改 web-fore.image 为新创建镜像,按需修改容器volume
58+ vim compose/labelproject-< java/golang > .yml // 修改compose配置文件,修改 web-fore.image 为新创建镜像,按需修改容器volume
5959```
6060
6161** Installation By docker-compose**
6262
6363``` shell
64- docker-compose -f compose/labelproject-java.yml up // 后端端口绑定8887 前端端口绑定8889
64+ docker-compose -f compose/labelproject-< java/golang > .yml up // 后端端口绑定8887 前端端口绑定8889
6565```
6666##### Features
6767
@@ -88,7 +88,6 @@ docker-compose -f monitor.yml up
8888
8989#### 🖼 Annotation Platform
9090
91- - 前端入口 : http://localhost:8889
9291- 初始化用户名:admin 密码:admin
9392
9493### 🖥 Monitor
You can’t perform that action at this time.
0 commit comments