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