From 58fe54954a81a2fa96e0220bfbb9c0bad32c2f0a Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:21:35 +0200 Subject: [PATCH] Update whitelist entry in config.yaml to use gateway.docker.internal --- default/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/config.yaml b/default/config.yaml index fd980224a..3690aff75 100644 --- a/default/config.yaml +++ b/default/config.yaml @@ -42,7 +42,7 @@ enableForwardedWhitelist: true whitelist: - ::1 - 127.0.0.1 - - host.docker.internal + - gateway.docker.internal # Toggle basic authentication for endpoints basicAuthMode: false # Basic authentication credentials