Update whitelist entry in config.yaml to use gateway.docker.internal
| @@ -42,7 +42,7 @@ enableForwardedWhitelist: true | |||
| 42 | whitelist: | 42 | whitelist: |
| 43 | - ::1 | 43 | - ::1 |
| 44 | - 127.0.0.1 | 44 | - 127.0.0.1 |
| 45 | - host.docker.internal | 45 | - gateway.docker.internal |
| 46 | # Toggle basic authentication for endpoints | 46 | # Toggle basic authentication for endpoints |
| 47 | basicAuthMode: false | 47 | basicAuthMode: false |
| 48 | # Basic authentication credentials | 48 | # Basic authentication credentials |