mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-26 23:19:07 +00:00
Conflict in docker/telemetry/docker-compose.yml, in the collector's ports block. Both sides bound ports to the host loopback: upstream did 4317, 4318 and 13133, this branch did 8125, 8889 and 9090. Resolved as the union. All eight published ports are loopback-bound, and both explanatory comments are kept: upstream's, which covers the whole block and cites the upstream guidance, and this branch's, which is specific to the unauthenticated StatsD receiver.