Skip to content

Commit

Permalink
fix(docker): otel-collector-migrator command fixed in docker-compose-…
Browse files Browse the repository at this point in the history
…core.yaml (#6564)

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
  • Loading branch information
deepakdinesh1123 and srikanthccv authored Dec 7, 2024
1 parent 02d8fdb commit d4458d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/docker/clickhouse-setup/docker-compose-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ services:
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.14}
container_name: otel-migrator
command:
- "sync"
- "--dsn=tcp://clickhouse:9000"
- "--up="
depends_on:
clickhouse:
condition: service_healthy
Expand Down

0 comments on commit d4458d6

Please sign in to comment.