Skip to content

Commit

Permalink
fix docker-compose.yml bug
Browse files Browse the repository at this point in the history
  • Loading branch information
OldDream666 authored Jun 5, 2023
1 parent 6832790 commit 35fe6e2
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 35fe6e2

Please sign in to comment.