diff --git a/docker-compose.yml b/docker-compose.yml index 40fbd44..853381f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -136,8 +136,8 @@ services: ports: - "${COLLECTOR_RECEIVER_AGENT_PORT:-9991}:9991/udp" - "${COLLECTOR_RECEIVER_METADATA_PORT:-9991}:9991/tcp" - - "${COLLECTOR_RECEIVER_STAT_PORT:-9992}:9992/udp" - - "${COLLECTOR_RECEIVER_SPAN_PORT:-9993}:9993/udp" + - "${COLLECTOR_RECEIVER_STAT_PORT:-9992}:9992/tcp" + - "${COLLECTOR_RECEIVER_SPAN_PORT:-9993}:9993/tcp" - "${COLLECTOR_RECEIVER_BASE_PORT:-9994}:9994" - "${COLLECTOR_RECEIVER_STAT_UDP_PORT:-9995}:9995/tcp" - "${COLLECTOR_RECEIVER_SPAN_UDP_PORT:-9996}:9996/tcp" diff --git a/pinpoint-collector/docker-compose.yml b/pinpoint-collector/docker-compose.yml index 423422e..6f51036 100644 --- a/pinpoint-collector/docker-compose.yml +++ b/pinpoint-collector/docker-compose.yml @@ -22,8 +22,8 @@ services: ports: - "${COLLECTOR_RECEIVER_AGENT_PORT:-9991}:9991/udp" - "${COLLECTOR_RECEIVER_METADATA_PORT:-9991}:9991/tcp" - - "${COLLECTOR_RECEIVER_STAT_PORT:-9992}:9992/udp" - - "${COLLECTOR_RECEIVER_SPAN_PORT:-9993}:9993/udp" + - "${COLLECTOR_RECEIVER_STAT_PORT:-9992}:9992/tcp" + - "${COLLECTOR_RECEIVER_SPAN_PORT:-9993}:9993/tcp" - "${COLLECTOR_RECEIVER_BASE_PORT:-9994}:9994" - "${COLLECTOR_RECEIVER_STAT_UDP_PORT:-9995}:9995/tcp" - "${COLLECTOR_RECEIVER_SPAN_UDP_PORT:-9996}:9996/tcp"