mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-22 04:13:46 +00:00
feat: support linux command line proxy standard (#308)
* feat: support linux command line proxy standard with env HTTPS_PROXY and ALL_PROXY * chore: update docs for linux command linux proxy standard
This commit is contained in:
@@ -24,6 +24,8 @@ services:
|
||||
SOCKS_PROXY_HOST: xxxx
|
||||
# Socks代理端口,可选,和 SOCKS_PROXY_HOST 一起时生效
|
||||
SOCKS_PROXY_PORT: xxxx
|
||||
# HTTPS_PROXY 代理,可选
|
||||
HTTPS_PROXY: http://xxxx:7890
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user