Spaces:
Sleeping
Sleeping
Chuan Hu
commited on
Commit
•
4779d2a
1
Parent(s):
e89d2ee
更新Docker命令
Browse files
README.md
CHANGED
@@ -132,7 +132,7 @@ docker pull tuchuanhuhuhu/chuanhuchatgpt:latest
|
|
132 |
```
|
133 |
docker run -d --name chatgpt \
|
134 |
-e my_api_key="替换成API" \
|
135 |
-
-v ~/chatGPThistory
|
136 |
-p 7860:7860 \
|
137 |
tuchuanhuhuhu/chuanhuchatgpt:latest
|
138 |
```
|
|
|
132 |
```
|
133 |
docker run -d --name chatgpt \
|
134 |
-e my_api_key="替换成API" \
|
135 |
+
-v ~/chatGPThistory:/app/history \
|
136 |
-p 7860:7860 \
|
137 |
tuchuanhuhuhu/chuanhuchatgpt:latest
|
138 |
```
|