From 96d5b9ece1c74b245c6eb1526e5d52b1ff987070 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 11 May 2023 15:45:31 +0800 Subject: [PATCH] docs: add declaration for docker volume --- website/docs/deployment/troubleshooting.md | 4 ++++ .../current/deployment/troubleshooting.md | 4 ++++ 2 files changed, 8 insertions(+) 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) + ## 开放平台相关