mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Merge pull request #335 from arafel/update_start_env
Default to '0.0.0.0' in start-env.js
This commit is contained in:
commit
06b2793392
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue