diff --git a/config/runtime.exs b/config/runtime.exs index f3f674c..0f74dcc 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -45,7 +45,7 @@ if config_env() == :prod do # Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access. # See the documentation on https://hexdocs.pm/bandit/Bandit.html#t:options/0 # for details about using IPv6 vs IPv4 and loopback vs public addresses. - ip: {0, 0, 0, 0, 0, 0, 0, 0}, + ip: {0, 0, 0, 0, 0, 0, 0, 1}, port: port ], secret_key_base: secret_key_base