version: '3'
services:
chatgpt:
image: 520xcy/chatgpt-web
container_name: webchat
environment:
- OPENAI_API_KEY=你获取到的OpenAI API KEY
ports:
- "8888:8080" #8080为容器内部端口,不可更改;8888为外部映射端口,可自行更改
restart: unless-stopped
Content type
Image
Digest
sha256:64008ebef…
Size
31.8 MB
Last updated
over 3 years ago
docker pull 520xcy/chatgpt-web