Skip to content

Commit 56ec6b3

Browse files
committed
update readme.md
1 parent a1d0674 commit 56ec6b3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ git clone https://github.com/xz1220/labelproject-foreground-spring.git
5757
cd src/model/ && vim Service.js // modify HOST to the IP address of back-end
5858
cnpm install && cnpm run build
5959
docker build -t <image_name> .
60-
vim compose/labelproject-java.yml // modify web-fore.image to the new fore-end image name
60+
vim compose/labelproject-<java/golang>.yml // modify web-fore.image to the new fore-end image name
6161
```
6262

6363
**Installation By docker-compose**
6464

6565
```shell
66-
docker-compose -f compose/labelproject-java.yml up // back-end: bind port to 8887 fore-end: bind port to 8889
66+
docker-compose -f compose/labelproject-<java/golang>.yml up // back-end: bind port to 8887 fore-end: bind port to 8889
6767
```
6868

6969
##### Features
@@ -91,7 +91,6 @@ docker-compose -f monitor.yml up
9191

9292
#### 🖼 Annotation Platform (installed locally)
9393

94-
- Fore-end URL : http://localhost:8889
9594
- Initialized user name :admin password :admin
9695

9796
### 🖥 Monitor (installed locally)

0 commit comments

Comments
 (0)