DiouxX / docker-glpi

Project to deploy GLPI with docker
222 stars 185 forks source link

How to apply proxy configuration to be able wget works #59

Closed jarugut closed 2 years ago

jarugut commented 2 years ago

Dear DiouxX,

first of all, great job.

I've deployed without problems your GLPI in a server without proxy configurations, but currently I'm configuring in Ubuntu 20.04 with proxy configurations. The docker is configured to use the proxy, I've deployed the docker_compose without issues for the mariadb, but the glpi container not works because the wget get error, not have access to the network. How can I add the configuration proxy to the wget in the container, could you help me, please?

Should I to modify the glpi_start.sh script or add some enviroment variable adding the proxy?

Thank you in advance Best regards

jarugut commented 2 years ago

fixed I've added directly the file /etc/wgetrc to the container like a volume.