Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#770 from JessySnow/dev/fix_docker_c…
Browse files Browse the repository at this point in the history
…onfig

fix docker proxy config
  • Loading branch information
Yidadaa authored Apr 13, 2023
2 parents e0887ce + b71e547 commit 8116227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 8116227

Please sign in to comment.