From 74c7a2a414fdc0a0c28bdaa34dd906059a061b85 Mon Sep 17 00:00:00 2001 From: litongmacos Date: Tue, 12 Mar 2024 17:15:45 -1000 Subject: [PATCH] update version to :v3.2.7 --- deploy/docker-compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy/docker-compose.yaml b/deploy/docker-compose.yaml index 8e0b513a..4e4ce8b0 100644 --- a/deploy/docker-compose.yaml +++ b/deploy/docker-compose.yaml @@ -29,7 +29,7 @@ services: # 后端 API 程序 chatgpt-plus-api: - image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-api:v3.1.8.1 + image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-api:v3.2.7-amd64 container_name: chatgpt-plus-api restart: always depends_on: @@ -50,7 +50,7 @@ services: # 前端应用 chatgpt-plus-web: - image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-web:v3.1.8.1 + image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-web:v3.2.7-amd64 container_name: chatgpt-plus-web restart: always depends_on: @@ -62,4 +62,3 @@ services: - ./conf/nginx/conf.d:/etc/nginx/conf.d - ./conf/nginx/nginx.conf:/etc/nginx/nginx.conf - ./ssl:/etc/nginx/ssl -