docker pull yidadaachatgpt-next-webdocker run -d -p 30003000 -e OPENAI_API_KEY=sk-xxxx -e CODE=your-password yidadaachatgpt-next-web转换成Docker-composeyml
version: "3" services: chatgpt-next-web: image: yidadaa/chatgpt-next-web ports: - "3000:3000" environment: - OPENAI_API_KEY=sk-xxxx - CODE=your-password restart: always
原文地址: https://www.cveoy.top/t/topic/cVNp 著作权归作者所有。请勿转载和采集!