Skip to content

Commit 04c9b25

Browse files
committed
📝 (version) bump version to 1.0.4
1 parent 441a829 commit 04c9b25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ Docker image for [VIA (VGG Image Annotator)](https://gitlab.com/vgg/via). VGG Im
1111
## Usage
1212

1313
```
14-
docker run -p 8080:80 --name ctn_via jojoee/via:1.0.3
14+
docker run -p 8080:80 --name ctn_via jojoee/via:1.0.4
1515
http://localhost:8080/via-1.x.y/
1616
http://localhost:8080/via-2.x.y/src/
1717
http://localhost:8080/via-3.x.y/src/html/_via_video_annotator.html
1818
19-
docker run -p 8081:80 --name ctn_via_1xy jojoee/via:1.0.3-1.x.y
19+
docker run -p 8081:80 --name ctn_via_1xy jojoee/via:1.0.4-1.x.y
2020
http://localhost:8081/
2121
22-
docker run -p 8082:80 --name ctn_via_2xy jojoee/via:1.0.3-2.x.y
22+
docker run -p 8082:80 --name ctn_via_2xy jojoee/via:1.0.4-2.x.y
2323
http://localhost:8082/
2424
25-
docker run -p 8083:80 --name ctn_via_3xy jojoee/via:1.0.3-3.x.y
25+
docker run -p 8083:80 --name ctn_via_3xy jojoee/via:1.0.4-3.x.y
2626
http://localhost:8083/html/_via_video_annotator.html
2727
```
2828

0 commit comments

Comments
 (0)