diff --git a/doordesk/Cargo.toml b/doordesk/Cargo.toml index feb6fc2..efa32c8 100644 --- a/doordesk/Cargo.toml +++ b/doordesk/Cargo.toml @@ -69,7 +69,7 @@ tailwind-config-file = "./tailwind.config.js" assets-dir = "public" # The IP and port (ex: 127.0.0.1:3000) where the server serves the content. Use it in your server setup. -site-addr = "127.0.0.1:3000" +site-addr = "0.0.0.0:3000" # The port to use for automatic reload monitoring reload-port = 3001