Skip to content

Commit

Permalink
Fix for running signoz-schema-migrator under docker-swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruppsn authored Nov 20, 2024
1 parent d7bd72e commit 0cc22df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/docker-swarm/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ services:
condition: on-failure
delay: 5s
command:
- "--dsn=tcp://clickhouse:9000"
- "sync"
- "--dsn=tcp://clickhouse:9000"
- "--up="
depends_on:
- clickhouse
# - clickhouse-2
Expand Down

0 comments on commit 0cc22df

Please sign in to comment.