We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962f8e2 commit 541fa9aCopy full SHA for 541fa9a
1 file changed
server.js
@@ -31,7 +31,7 @@ function registerGlobalErrorHandlers() {
31
registerGlobalErrorHandlers._registered = false;
32
33
const dev = process.env.NODE_ENV !== 'production';
34
-const hostname = '0.0.0.0';
+const hostname = '::';
35
const port = parseInt(process.env.PORT || '3000', 10);
36
37
const app = next({ dev, hostname, port });
0 commit comments