This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 36f1ba9a docs: update deploy-with-docker.md (#2472)
36f1ba9a is described below
commit 36f1ba9a069d9351ccff5ba61cf38a8d642edb39
Author: 房森 <[email protected]>
AuthorDate: Mon Jul 4 11:04:00 2022 +0800
docs: update deploy-with-docker.md (#2472)
---
docs/en/latest/deploy-with-docker.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/en/latest/deploy-with-docker.md
b/docs/en/latest/deploy-with-docker.md
index 704d2443..551eedee 100644
--- a/docs/en/latest/deploy-with-docker.md
+++ b/docs/en/latest/deploy-with-docker.md
@@ -87,3 +87,5 @@ $ docker stop apisix-dashboard
```sh
$ docker build -t apisix-dashboard:$tag . --no-cache=true
```
+
+2. It is not recommended to use multiple instances at the same time. When
using multiple instances, each instance generates and holds a JWT token, which
will lead to verification conflicts.