diff --git a/hypercorn_config.toml b/hypercorn_config.toml index f8bdda6..2e900e8 100644 --- a/hypercorn_config.toml +++ b/hypercorn_config.toml @@ -1,3 +1,3 @@ -bind = "127.0.0.1:5000" +bind = "0.0.0.0:5000" workers = 1 reload = true