Docker: Serve on 0.0.0.0 by default

This commit is contained in:
turboderp
2026-05-09 23:22:56 +02:00
parent 5d964494b6
commit 553c4e7cbb

View File

@@ -46,4 +46,4 @@ EXPOSE 5000
ENTRYPOINT ["python3"]
# Run main.py when the container launches
CMD ["main.py"]
CMD ["main.py", "--host", "0.0.0.0"]