File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Also it supports feature called «user dictionaries» — user can add his own w
1515
1616## Quickstart
1717
18- - ` docker run -p 10113:10113 -t --mount source=spellcheck-dicts,target=/data/ xfenix/spellcheck-microservice:4.2.0 `
18+ - ` docker run -p 10113:10113 -t --mount source=spellcheck-dicts,target=/data/ xfenix/spellcheck-microservice:main `
1919- check http://localhost:10113/docs/ for full REST documentation
2020- main REST endpoint you will be needed is http://localhost:10113/api/check/ (this will be available without authorization)
2121
@@ -48,7 +48,7 @@ Note: all docker & docker-compose variants use named volumes to store user dicti
4848
4949#### Plain docker
5050
51- ` docker run -p 10113:10113 -t --mount source=spellcheck-dicts,target=/data/ xfenix/spellcheck-microservice:4.2.0 `
51+ ` docker run -p 10113:10113 -t --mount source=spellcheck-dicts,target=/data/ xfenix/spellcheck-microservice:main `
5252
5353#### Docker-compose
5454
@@ -58,7 +58,7 @@ Note: all docker & docker-compose variants use named volumes to store user dicti
5858version : " 3.9"
5959services :
6060 spellcheck :
61- image : xfenix/spellcheck-microservice:4.2.0
61+ image : xfenix/spellcheck-microservice:main
6262 ports :
6363 - " 10113:10113"
6464 volumes :
You can’t perform that action at this time.
0 commit comments