GalaxyEquality opened a new issue, #401: URL: https://github.com/apache/rocketmq-dashboard/issues/401
<img width="1761" height="690" alt="Image" src="https://github.com/user-attachments/assets/e9f73c3b-18a9-40b3-b777-b91d1248a5b9" /> 没办法通过docker-compose文件修改前端映射?? 镜像打包就编译好了? rocketmq-dashboard: image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apacherocketmq/rocketmq-dashboard:2.1.0 container_name: rocketmq-dashboard restart: always ports: - "${RMQ_DASHBOARD_PORT}:8082" # 2.1.0 内部默认端口是 8082 environment: # 强制指定容器内端口为 8082,确保前后端一致 - SERVER_PORT=8082 - SERVER_FORWARD_HEADERS_STRATEGY=NATIVE # 兼容 5.x 和 2.1.0 镜像的环境变量组合 - ROCKETMQ_CONFIG_NAMESRV_ADDR=rocketmq-nameserver:9876 - JAVA_OPTS=-Drocketmq.namesrv.addr=rocketmq-nameserver:9876 -Dcom.rocketmq.sendMessageWithVIPChannel=false -Drocketmq.proxy.addr=rocketmq-broker:8081 depends_on: rocketmq-nameserver: condition: service_healthy networks: - trademark_net -- 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]
