Random occurrences of wrong language
truthsword opened this issue · 2 comments
Running the latest docker on Debian. Language set to English. 95% of the time the spell checker works as expected, but occasionally it indicates correctly spelled words for correction, and offers Italian choices.
Generally this reverts to English after a page refresh. Frequency is multiple times a week.
Here's my docker compose:
version: "3"
services:
languagetool:
image: erikvl87/languagetool:latest
container_name: languagetool
environment:
- langtool_languageModel=/ngrams
- Java_Xms=512m
- Java_Xmx=1g
networks:
- languagetool_default
ports:
- 8010:8010
restart: unless-stopped
user: languagetool
volumes:
- /home/user1/docker/languagetool/ngrams:/ngrams
networks:
languagetool_default:
name: languagetool
Any suggestions?
Hi @truthsword, this repository only contains the "dockerized" LanguageTool software. Your issue doesn't seem to be related to the Docker setup. I would advise you to create a support ticket at the official repository instead. You can find it here: https://github.com/languagetool-org/languagetool/issues
If you think the issue is related to the Docker image and this issue should be reopened, please leave a comment with details why.
Related ticket: languagetool-org/languagetool#7676