mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-14 05:52:55 +00:00
fix: make libretranslate with ipv6
This commit is contained in:
parent
74a7831962
commit
b25ed7aae4
4 changed files with 4 additions and 4 deletions
|
@ -42,4 +42,4 @@ RUN if [ "$with_models" = "true" ]; then \
|
|||
fi
|
||||
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT [ "./venv/bin/libretranslate", "--host", "0.0.0.0" ]
|
||||
ENTRYPOINT [ "./venv/bin/libretranslate", "--host", "::" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue