From 30d35780b815a1a03e9f339f5902317d3666a8eb Mon Sep 17 00:00:00 2001 From: Yann Soubeyrand <8511577+yann-soubeyrand@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:52:35 +0200 Subject: [PATCH] fix: add out of the box IPv6 support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3207ada8e..8d960cb2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN mkdir -p /.env-file && touch /.env-file/.env && chown -R nextjs:nodejs /.env COPY --chown=nextjs:nodejs ./scripts/ ./ COPY --chown=nextjs:nodejs --from=build-out / ./ USER nextjs -ENV HOSTNAME="0.0.0.0" \ +ENV HOSTNAME="::0" \ NEXT_PUBLIC_BASE_PATH="/ui/v2/login" \ PORT=3000 # TODO: Check healthy, not ready