diff --git a/.github/scripts/docker-compose.yml b/.github/scripts/docker-compose.yml index 43a67ffbcad..c9ba7eda1c6 100644 --- a/.github/scripts/docker-compose.yml +++ b/.github/scripts/docker-compose.yml @@ -28,15 +28,5 @@ services: ports: - "6379:6379" restart: always - jaeger: - image: jaegertracing/all-in-one:1.58 - container_name: ghost-jaeger - ports: - - "4318:4318" - - "16686:16686" - - "9411:9411" - restart: always - environment: - COLLECTOR_ZIPKIN_HOST_PORT: :9411 volumes: mysql-data: