mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-05-11 08:20:08 +00:00
Docker: Serve on 0.0.0.0 by default
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user