ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
74.88k stars 58.95k forks source link

[Feature Request] 拉取所有docker都是最新版本 #5090

Closed hkshawn closed 1 month ago

hkshawn commented 1 month ago

🥰 需求描述

我想使用1.12.3这个版本 但是通过docker始终无法拉取 下面是我拉取镜像使用的方法

docker run --name chat-next-web -d -p 3001:3000 -e CUSTOM_MODELS=-all,+claude-3-5-sonnet-20240620 yidadaa/chatgpt-next-web:v2.12.3

docker pull yidadaa/chatgpt-next-web:v2.12.3

最新版本使用claude会出现很多问题,所以我想使用旧的版本

🧐 解决方案

希望可以拉取到各个版本

📝 补充信息

No response

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


Title: [Feature Request] Pull all docker versions to the latest version

🥰 Description of requirements

I want to use version 1.12.3 but I can’t pull it through docker. The following is the method I use to pull the image

docker run --name chat-next-web -d -p 3001:3000 -e CUSTOM_MODELS=-all,+claude-3-5-sonnet-20240620 yidadaa/chatgpt-next-web:v2.12.3

docker pull yidadaa/chatgpt-next-web:v2.12.3

There will be many problems using the latest version of claude, so I want to use the older version

🧐 Solution

I hope I can pull all versions

📝 Supplementary information

No response