Skip to content

Commit

Permalink
Listen on all available IPv6 addresses
Browse files Browse the repository at this point in the history
Signed-off-by: Mattt Zmuda <[email protected]>
  • Loading branch information
mattt committed Jun 18, 2024
1 parent e7b61ce commit c7b2e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cog/server/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def _cpu_count() -> int:

server_config = uvicorn.Config(
app,
host="0.0.0.0",
host="::",
port=port,
log_config=None,
# This is the default, but to be explicit: only run a single worker
Expand Down

0 comments on commit c7b2e54

Please sign in to comment.