Open
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
Long startup time due to waiting for "Fetching IP Ranges" to timeout.
nginx-proxy-manager | [8/24/2023] [7:04:29 PM] [IP Ranges] › ℹ info Fetching IP Ranges from online services...
nginx-proxy-manager | [8/24/2023] [7:04:29 PM] [IP Ranges] › ℹ info Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
nginx-proxy-manager | [8/24/2023] [7:06:39 PM] [IP Ranges] › ✖ error connect ETIMEDOUT 99.84.208.32:443
Nginx Proxy Manager Version
v2.10.4
To Reproduce
Steps to reproduce the behavior:
- Require your docker server to use http proxy for internet access
- Add proxy env var to compose file IE "HTTP_PROXY=proxy.example.com:3128" "HTTPS_PROXY=proxy.example.com:3128"
- Start container
- See logs
Expected behavior
Use the http proxy in the environment variables or a way to specify the ip range in the compose file
Operating System
Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-79-generic x86_64)