Update docker-compose.yml

This commit is contained in:
Clivia
2024-03-13 15:23:03 +08:00
committed by GitHub
parent 344c532ca9
commit e7cc2a8c55

View File

@@ -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: