From a40cf5d050858585be02b638661683f04d80f6d8 Mon Sep 17 00:00:00 2001 From: uap31-2026-r Date: Thu, 16 Oct 2025 13:45:42 +0200 Subject: [PATCH] Ajout fichier config http-proxy docker --- configs/http-proxy.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 configs/http-proxy.conf diff --git a/configs/http-proxy.conf b/configs/http-proxy.conf new file mode 100644 index 0000000..e42dff3 --- /dev/null +++ b/configs/http-proxy.conf @@ -0,0 +1,2 @@ +[Service] +Environment="HTTP_PROXY=http://10.121.38.1:8080/" "HTTPS_PROXY=http://10.121.38.1:8080/" "NO_PROXY=localhost,127.0.0.0/8"