总共分为两步,第1步安装docker
第2步执行
docker pull yidadaa/chatgpt-next-web
docker run -d -p 3000:3000
-e OPENAI_API_KEY="你的key"
-e CODE="访问密码"
yidadaa/chatgpt-next-web
下面给出一些常见的系统和版本的Docker一键安装命令:
Ubuntu 20.04:sudo apt update && sudo apt install docker.io
Ubuntu 18.04:sudo apt update && sudo apt install docker.io
CentOS 7:sudo yum install docker
CentOS 8:sudo dnf install docker
chatgpt服务器快速搭建