Default to --host 0.0.0.0 in Docker and docker-compose

This commit is contained in:
coder3101
2026-07-15 01:08:00 +05:30
parent ed59ac964b
commit 0db2837f13
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ EXPOSE 8381
VOLUME ["/app/data", "/app/hf_cache", "/app/lenses"]
ENTRYPOINT ["python3.11", "-X", "utf8", "run.py"]
ENTRYPOINT ["python3.11", "-X", "utf8", "run.py", "--host", "0.0.0.0"]