From 2fa37ff787853d20c43ae1506a90ad4e90572501 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 4 Jul 2026 14:17:52 +0900 Subject: [PATCH] Add suggested fix from copilot review for nginx CI Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/nginx-check/Dockerfile.docker | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/nginx-check/Dockerfile.docker b/.github/nginx-check/Dockerfile.docker index 7dc6d2a5b..68776f088 100644 --- a/.github/nginx-check/Dockerfile.docker +++ b/.github/nginx-check/Dockerfile.docker @@ -9,6 +9,7 @@ COPY nginx-mempool.conf /etc/nginx/conf.d/ # docker/frontend/entrypoint.sh substitutes at container start) RUN sed -i \ -e "s!127.0.0.1:80!0.0.0.0:8080!g" \ + -e "s!127.0.0.1!0.0.0.0!g" \ -e "s!user nobody;!!g" \ -e "s!/etc/nginx/nginx-mempool.conf!/etc/nginx/conf.d/nginx-mempool.conf!g" \ /etc/nginx/nginx.conf