Skip to content

Commit 96d5b9e

Browse files
committed
docs: add declaration for docker volume
1 parent 467a13c commit 96d5b9e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website/docs/deployment/troubleshooting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ You can start a simple http service to see if it is a problem with the docker-pr
3939
docker run --rm --name nginx-test -p 8080:80 nginx
4040
```
4141

42+
### There will be a random hash volume at startup
43+
44+
See: [https://github.com/msgbyte/tailchat/issues/79](https://github.com/msgbyte/tailchat/issues/79)
45+
4246

4347
## Openapi platform related
4448

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ server {
3939
docker run --rm --name nginx-test -p 8080:80 nginx
4040
```
4141

42+
### 启动时会出现随机hash的volume
43+
44+
见: [https://github.com/msgbyte/tailchat/issues/79](https://github.com/msgbyte/tailchat/issues/79)
45+
4246

4347
## 开放平台相关
4448

0 commit comments

Comments
 (0)