Lissy93 / web-check

🕵️‍♂️ All-in-one OSINT tool for analysing any website
https://web-check.xyz
MIT License
20.76k stars 1.53k forks source link

Problem with REACT_APP_ variables in docker run #138

Open sberequek opened 2 months ago

sberequek commented 2 months ago

Hi,

when deploy with "docker run" web-check and using the optional environmental variables "REACT_APP_SHODAN_API_KEY" and "REACT_APP_WHO_API_KEY" are not updated in calls.

run command: docker run -p 8888:3000 -e REACT_APP_SHODAN_API_KEY=XXXXX -e REACT_APP_WHO_API_KEY=YYYY -d --name=webcheck lissy93/web-check

network

how can I solve it?