Have you added this to your configuration.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.21.0.2
Where 172.21.0.2 is NPM docker IP
Its the only thing I had to do to make it working. Cant help much if something else is required
Have you added this to your configuration.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.21.0.2
Where 172.21.0.2 is NPM docker IP
Its the only thing I had to do to make it working. Cant help much if something else is required