Update whitelist entry in config.yaml to use gateway.docker.internal

This commit is contained in:
Cohee
2025-02-28 00:21:35 +02:00
parent d286fff42c
commit 58fe54954a

View File

@@ -42,7 +42,7 @@ enableForwardedWhitelist: true
whitelist: whitelist:
- ::1 - ::1
- 127.0.0.1 - 127.0.0.1
- host.docker.internal - gateway.docker.internal
# Toggle basic authentication for endpoints # Toggle basic authentication for endpoints
basicAuthMode: false basicAuthMode: false
# Basic authentication credentials # Basic authentication credentials