update version to :v3.2.7

This commit is contained in:
litongmacos 2024-03-12 17:15:45 -10:00
parent be8a0ec184
commit 74c7a2a414

View File

@ -29,7 +29,7 @@ services:
# 后端 API 程序 # 后端 API 程序
chatgpt-plus-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 container_name: chatgpt-plus-api
restart: always restart: always
depends_on: depends_on:
@ -50,7 +50,7 @@ services:
# 前端应用 # 前端应用
chatgpt-plus-web: 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 container_name: chatgpt-plus-web
restart: always restart: always
depends_on: depends_on:
@ -62,4 +62,3 @@ services:
- ./conf/nginx/conf.d:/etc/nginx/conf.d - ./conf/nginx/conf.d:/etc/nginx/conf.d
- ./conf/nginx/nginx.conf:/etc/nginx/nginx.conf - ./conf/nginx/nginx.conf:/etc/nginx/nginx.conf
- ./ssl:/etc/nginx/ssl - ./ssl:/etc/nginx/ssl