fix: make libretranslate with ipv6

This commit is contained in:
Cyril Levis 2024-03-06 10:37:47 +01:00
parent 74a7831962
commit b25ed7aae4
No known key found for this signature in database
GPG key ID: 6DB88737C11F5A48
4 changed files with 4 additions and 4 deletions

View file

@ -42,4 +42,4 @@ RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \
# ENV LD_LIBRARY_PATH=/usr/local/cuda/lib:/usr/local/cuda/lib64
EXPOSE 5000
ENTRYPOINT [ "libretranslate", "--host", "0.0.0.0" ]
ENTRYPOINT [ "libretranslate", "--host", "::" ]