SkyeYoung commented on code in PR #2472:
URL: https://github.com/apache/apisix-dashboard/pull/2472#discussion_r896339131


##########
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.

Review Comment:
   ```suggestion
   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.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to