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)