Skip to content

Commit e83287a

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents db4c103 + a23a8ab commit e83287a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5858
version: "3.9"
5959
services:
6060
spellcheck:
61-
image: xfenix/spellcheck-microservice:4.2.0
61+
image: xfenix/spellcheck-microservice:main
6262
ports:
6363
- "10113:10113"
6464
volumes:

0 commit comments

Comments
 (0)