ixrjog commented on issue #379: URL: https://github.com/apache/rocketmq-dashboard/issues/379#issuecomment-3540918813
参考启动参数 ```bash JAVA_HOME=/opt/jdk-17 export JAVA_HOME PATH=$PATH:$JAVA_HOME/bin export PATH nohup $JAVA_HOME/bin/java -jar /opt/rocketmq-dashboard/rocketmq-dashboard-2.1.1-SNAPSHOT.jar \ --rocketmq.config.namesrvAddrs[0]=172.22.145.15:9876 \ --rocketmq.config.namesrvAddrs[1]=172.22.145.14:9876 \ --rocketmq.config.namesrvAddrs[2]=172.22.145.13:9876 \ --rocketmq.config.proxyAddr=172.22.145.15:8080 \ --rocketmq.config.proxyAddrs[0]=172.22.145.15:8080 \ --rocketmq.config.proxyAddrs[1]=172.22.145.14:8080 \ --rocketmq.config.proxyAddrs[2]=172.22.145.13:8080 ``` -- 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]
