example ecosystem.yml bind to 0.0.0.0 instead of lohalhost

This commit is contained in:
HF 2024-01-23 22:01:22 +01:00
parent f41e764eac
commit 3d3412a3a6
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ apps:
watch_delay: 5000
env:
PORT: 5000
HOST: "localhost"
HOST: "0.0.0.0"
#HOST: "localhost"
REDIS_URL: 'redis://localhost:6379'
MYSQL_HOST: "localhost"
MYSQL_USER: "pixelplanet"