-
你好请教一下 我是刚接触docker的 参照chatgpt-web-plus 没有搞明白如何部署 能否指明一下如何在docker上部署呢 |
Beta Was this translation helpful? Give feedback.
Answered by
swuecho
Jul 4, 2023
Replies: 1 comment
-
https://github.com/swuecho/chat/blob/master/docker-compose.yaml 把上面的文件放到一个文件夹, 然后改相应的 环境变量..
就可以了. 可能你需要学一下 docker-compse 的用法. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
swuecho
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/swuecho/chat/blob/master/docker-compose.yaml
把上面的文件放到一个文件夹, 然后改相应的 环境变量..
就可以了.
可能你需要学一下 docker-compse 的用法.