Merge pull request #770 from JessySnow/dev/fix_docker_config

fix docker proxy config
This commit is contained in:
Yifei Zhang 2023-04-13 21:57:48 +08:00 committed by GitHub
commit 480ffa0ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ docker run -d -p 3000:3000 \
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY="sk-xxxx" \
-e CODE="页面访问密码" \
-e PROXY_URL="http://localhost:7890" \
--net=host \
-e PROXY_URL="http://127.0.0.1:7890" \
yidadaa/chatgpt-next-web
```