Docker Run Miclon/ChatGPT: Troubleshooting 'exec: "-d": executable file not found' Error
It looks like there is an issue with the command syntax. The '-d' flag is used to run the container in detached mode, but it should come after the image name and any other options. Try running the command like this:
docker run -d -p 8000:8000 -e API_KEY=sk-xxxx miclon/chatgpt
原文地址: https://www.cveoy.top/t/topic/nbJn 著作权归作者所有。请勿转载和采集!