From 3d3412a3a6534c3aaa517e675fdf1f4142f75d53 Mon Sep 17 00:00:00 2001 From: HF Date: Tue, 23 Jan 2024 22:01:22 +0100 Subject: [PATCH] example ecosystem.yml bind to 0.0.0.0 instead of lohalhost --- deployment/example-ecosystem.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/example-ecosystem.yml b/deployment/example-ecosystem.yml index fffc3175..13c5a0bb 100644 --- a/deployment/example-ecosystem.yml +++ b/deployment/example-ecosystem.yml @@ -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"