Skip to content

Commit

Permalink
feat: add socks username/password config (Chanzhaoyu#890)
Browse files Browse the repository at this point in the history
Co-authored-by: Redon <790348264@qq.com>
  • Loading branch information
2 people authored and xiehui committed Apr 7, 2023
1 parent ac5c4dc commit 24aefe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ services:
SOCKS_PROXY_HOST:
# Socks代理端口,可选,和 SOCKS_PROXY_HOST 一起时生效
SOCKS_PROXY_PORT:
# Socks代理用户名,可选,和 SOCKS_PROXY_HOST & SOCKS_PROXY_PORT 一起时生效
SOCKS_PROXY_USERNAME:
# Socks代理密码,可选,和 SOCKS_PROXY_HOST & SOCKS_PROXY_PORT 一起时生效
SOCKS_PROXY_PASSWORD:
# HTTPS_PROXY 代理,可选
HTTPS_PROXY:
nginx:
Expand Down

0 comments on commit 24aefe1

Please sign in to comment.