chatgpt-web
chatgpt-web copied to clipboard
请问在哪里修改chatgpt-web的index.html文件,我想修改掉<title>ChatGPT Web</title> 我尝试进入容器,但进不去。感谢
我想修改掉
docker exec -it 5d7c2d142564 /bin/sh
你不会问gpt? docker exec -it 你的容器名 ash cd public vi index.html
明白了,用ash,谢谢
This issue is stale because it has been open for 10 days with no activity.
修改了之后以后镜像更新了是不是还得修改?
可以用外层的Nginx filter模块修改,这样就不涉及docker容器内,也不会被docker镜像更新所影响。
This issue is stale because it has been open for 10 days with no activity.
This issue was closed because it has been inactive for 2 days since being marked as stale.