Skip to content

Commit

Permalink
Make proxy configuration in example.env more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Feb 12, 2024
1 parent 7064dbd commit 3d2d5cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ OPENAI_API_KEY=xxx

# Docker swarm mode does not respect the Docker Proxy client configuration
# (see https://docs.docker.com/network/proxy/#configure-the-docker-client).
# So we have to set those environment variables ourselve if necessary.
# But we can set those environment variables manually (the Docker config
# does nothing else) and attach the env file to the container.
# HTTP_PROXY=http://user:[email protected]:8080
# http_proxy=http://user:[email protected]:8080
# HTTPS_PROXY=http://user:[email protected]:8080
# https_proxy=http://user:[email protected]:8080
# NO_PROXY=".local"
# no_proxy=".local"

0 comments on commit 3d2d5cf

Please sign in to comment.