Describe the Bug
Setting the PROXY_SERVER environment variable appears to have no effect.
To Reproduce
Steps to reproduce the issue:
- Set the
PROXY_SERVER environment variable with a valid proxy server URL in the .env file (I'm using http://192.168.0.2:8080 which is the VPN gateway)
- Run
docker compose up -d
- Scrape
https://myip.com
- Check the IP address returned in the response (e.g., in markdown or HTML)
Describe the Bug
Setting the
PROXY_SERVERenvironment variable appears to have no effect.To Reproduce
Steps to reproduce the issue:
PROXY_SERVERenvironment variable with a valid proxy server URL in the.envfile (I'm usinghttp://192.168.0.2:8080which is the VPN gateway)docker compose up -dhttps://myip.com