mirror of https://gitlab.com/litecord/litecord.git
ecosystem.config.js: add bind
This commit is contained in:
parent
0b0f6912fa
commit
6827259d30
|
|
@ -2,7 +2,7 @@ module.exports = {
|
|||
apps : [
|
||||
{
|
||||
name: "litecord",
|
||||
script: "pipenv run hypercorn run:app",
|
||||
script: "pipenv run hypercorn run:app --bind 0.0.0.0:5000",
|
||||
watch: true,
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue