RockteMQ-AI commented on issue #988: URL: https://github.com/apache/rocketmq-dashboard/issues/988#issuecomment-5192806309
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The Docker Compose quick-start depends on an external network (`rocketmq_default`) that is not created by the Compose file itself. A fresh `docker compose up -d --build` will fail with "network rocketmq_default not found". **Fix:** Either remove the `external: true` declaration and let Compose create the network, or document the prerequisite network creation step in the README. --- *Automated evaluation by RockteMQ-AI* -- 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]
