Skip to content

Commit

Permalink
Fix for running signoz-schema-migrator under docker-swarm (#6489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruppsn authored Nov 27, 2024
1 parent a3e57a1 commit 328d955
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 328d955

Please sign in to comment.