lingarr-translate / lingarr

Lingarr is an application that utilizes LibreTranslate to translate subtitle files to a user-specified target language, providing a locally hosted solution for subtitle localization.
63 stars 0 forks source link

mistake in docker compose on readme #1

Closed DragonHeart69 closed 8 months ago

DragonHeart69 commented 8 months ago

On README.md, there is an mistake in your docker compose section:

libretranslate:
    image: libretranslate:latest
    container_name: libretranslate

This should be changed to:

libretranslate:
    image: libretranslate/libretranslate:latest
    container_name: libretranslate
rowanfuchs commented 8 months ago

I've set it to libretranslate:latest as you build the image locally, if you set it to libretranslate/libretranslate:latest you receive an image that doesn't have the languages installed.

DragonHeart69 commented 8 months ago

Thank you for telling me this. I have to learn to read everything instead of just picking out the docker compose.

rowanfuchs commented 8 months ago

No problem, thank you for trying out the translator. I hope it is as usefull for you as it is for me.