From c13bde962d2188ae1726bd04f600bf1a6f6545ca Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Thu, 16 Nov 2023 16:48:38 -0800 Subject: [PATCH] Update docs/faq.md Co-authored-by: Jeffrey Morgan --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index a2f3768a..8596f573 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -130,7 +130,7 @@ systemctl restart ollama ### How do I use Ollama behind a proxy in Docker? -Ollama Docker container can be configured to use a proxy by passing `-e HTTPS_PROXY=https://proxy.example.com` when starting the container. +The Ollama Docker container image can be configured to use a proxy by passing `-e HTTPS_PROXY=https://proxy.example.com` when starting the container. Alternatively, Docker daemon can be configured to use a proxy. Instructions are available for Docker Desktop on [macOS](https://docs.docker.com/desktop/settings/mac/#proxies), [Windows](https://docs.docker.com/desktop/settings/windows/#proxies), and [Linux](https://docs.docker.com/desktop/settings/linux/#proxies), and Docker [daemon with systemd](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy).