Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#1829 from OldDream666/fix-docker-bug
Browse files Browse the repository at this point in the history
fix docker-compose.yml bug
  • Loading branch information
Yidadaa authored Jun 6, 2023
2 parents 6832790 + 35fe6e2 commit c8ba72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- BASE_URL=$BASE_URL
- OPENAI_ORG_ID=$OPENAI_ORG_ID
- HIDE_USER_API_KEY=$HIDE_USER_API_KEY
- DISABLE_GPT4=DISABLE_GPT4
- DISABLE_GPT4=$DISABLE_GPT4

chatgpt-next-web-proxy:
profiles: ["proxy"]
Expand All @@ -27,4 +27,4 @@ services:
- BASE_URL=$BASE_URL
- OPENAI_ORG_ID=$OPENAI_ORG_ID
- HIDE_USER_API_KEY=$HIDE_USER_API_KEY
- DISABLE_GPT4=$DISABLE_GPT4
- DISABLE_GPT4=$DISABLE_GPT4

0 comments on commit c8ba72b

Please sign in to comment.