diff --git a/website/docs/deployment/troubleshooting.md b/website/docs/deployment/troubleshooting.md index 6f17d9e2..f97e903b 100644 --- a/website/docs/deployment/troubleshooting.md +++ b/website/docs/deployment/troubleshooting.md @@ -39,6 +39,10 @@ You can start a simple http service to see if it is a problem with the docker-pr docker run --rm --name nginx-test -p 8080:80 nginx ``` +### There will be a random hash volume at startup + +See: [https://github.com/msgbyte/tailchat/issues/79](https://github.com/msgbyte/tailchat/issues/79) + ## Openapi platform related diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md index 17521326..e378779a 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md @@ -39,6 +39,10 @@ server { docker run --rm --name nginx-test -p 8080:80 nginx ``` +### 启动时会出现随机hash的volume + +见: [https://github.com/msgbyte/tailchat/issues/79](https://github.com/msgbyte/tailchat/issues/79) + ## 开放平台相关