Aias00 opened a new issue, #988:
URL: https://github.com/apache/rocketmq-dashboard/issues/988

   ## Problem
   The README instructs users to run cd deploy && docker compose up -d --build. 
The Compose file requires an external rocketmq_default network that does not 
exist in a clean Docker installation. The command therefore cannot start the 
documented stack without an undocumented prerequisite.
   
   ## Evidence
   - deploy/docker-compose.yml declares rocketmq as external with name 
rocketmq_default.
   - deploy/rocketmq/docker-compose.yml creates that network only when it is 
started separately.
   
   ## Expected
   The documented quick-start path either creates or provides the required 
RocketMQ network, or explicitly validates and documents the prerequisite.
   
   ## Acceptance criteria
   - A clean environment can follow documented commands without a 
missing-network error.
   - The chosen topology remains compatible with the bundled RocketMQ Compose 
stack.
   - Documentation and automated Compose validation cover the path.


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