mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-13 14:35:00 +00:00
Update docker-compose.yml
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
chatgpt-next-web:
|
||||
profiles: [ "no-proxy" ]
|
||||
container_name: chatgpt-next-web
|
||||
image: gosuto/chatgpt-next-web-langchain
|
||||
image: yangclivia/chatgpt-next-web-langchain
|
||||
volumes:
|
||||
- next_chat_upload:/app/uploads
|
||||
ports:
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
chatgpt-next-web-proxy:
|
||||
profiles: [ "proxy" ]
|
||||
container_name: chatgpt-next-web-proxy
|
||||
image: gosuto/chatgpt-next-web-langchain
|
||||
image: yangclivia/chatgpt-next-web-langchain
|
||||
volumes:
|
||||
- next_chat_upload:/app/uploads
|
||||
ports:
|
||||
@@ -42,4 +42,4 @@ services:
|
||||
- OPENAI_SB=$OPENAI_SB
|
||||
|
||||
volumes:
|
||||
next_chat_upload:
|
||||
next_chat_upload:
|
||||
|
Reference in New Issue
Block a user