From 6c9573387d755460f28ab9ed1031eae70b988781 Mon Sep 17 00:00:00 2001 From: Sumhua <35086332+Sumhua@users.noreply.github.com> Date: Wed, 19 Mar 2025 16:19:56 +0800 Subject: [PATCH] Add HOSTNAME explicitly --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index 51c88e7fc9..87a65e0913 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -44,6 +44,7 @@ ENV CONSOLE_API_URL=http://127.0.0.1:5001 ENV APP_API_URL=http://127.0.0.1:5001 ENV MARKETPLACE_API_URL=http://127.0.0.1:5001 ENV MARKETPLACE_URL=http://127.0.0.1:5001 +ENV HOSTNAME=0.0.0.0 ENV PORT=3000 ENV NEXT_TELEMETRY_DISABLED=1 ENV PM2_INSTANCES=2