ecosystem.config.js: add bind

This commit is contained in:
Luna 2019-02-26 23:23:06 -03:00
parent 0b0f6912fa
commit 6827259d30
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module.exports = {
apps : [ apps : [
{ {
name: "litecord", name: "litecord",
script: "pipenv run hypercorn run:app", script: "pipenv run hypercorn run:app --bind 0.0.0.0:5000",
watch: true, watch: true,
} }
] ]