Skip to content

Commit

Permalink
[Fix] 🤔 Change Proxy Server Port to Avoiding Ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Jan 29, 2024
1 parent aa98f37 commit e6e9629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
- BYPASS_SERVER=http://172.17.0.1:7860
# - BING_BASE_URL=https://www.bing.com
# - SYDNEY_BASE_URL=https://sydney.bing.com
# - HTTP_PROXY=http://172.17.0.1:8080
# - HTTPS_PROXY=http://172.17.0.1:8080
# - HTTP_PROXY=http://172.17.0.1:18080
# - HTTPS_PROXY=http://172.17.0.1:18080
# - Go_Proxy_BingAI_USER_TOKEN_1=xxx
# - Go_Proxy_BingAI_USER_TOKEN_2=xxx
# - USER_KievRPSSecAuth=xxx
Expand All @@ -25,7 +25,7 @@ services:
container_name: go-bingai-pass
restart: always
environment:
- PROXY_SERVER=http://172.17.0.1:8080
# - PROXY_SERVER=http://172.17.0.1:18080
- PASS_TIMEOUT=3
- HEADLESS=false
ports:
Expand Down

0 comments on commit e6e9629

Please sign in to comment.