mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 18:00:17 +01:00
Default to '0.0.0.0' in start-env.js
This commit is contained in:
parent
000fc30932
commit
b432b2c22e
@ -1,3 +1,3 @@
|
||||
const cli = require('next/dist/cli/next-start');
|
||||
|
||||
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || 'localhost']);
|
||||
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || '0.0.0.0']);
|
||||
|
Loading…
Reference in New Issue
Block a user