mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
schema + docker cleanups
This commit is contained in:
parent
ae7de014a6
commit
4a21d9e9d9
9 changed files with 119 additions and 293 deletions
|
|
@ -1,3 +1,3 @@
|
|||
const cli = require('next/dist/cli/next-start');
|
||||
|
||||
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || '0.0.0.0']);
|
||||
cli.nextStart(['-p', process.env.PORT || 50001, '-H', process.env.HOSTNAME || '0.0.0.0']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue