Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/docker/docker-compose-signoz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-common: &common
x-clickhouse-defaults: &clickhouse-defaults
!!merge <<: *common
# addding non LTS version due to this fix https://github.com/ClickHouse/ClickHouse/commit/32caf8716352f45c1b617274c7508c86b7d1afab
image: clickhouse/clickhouse-server:26.2.3-alpine
image: clickhouse/clickhouse-server:26.2.4-alpine
tty: true
labels:
signoz.io/scrape: "true"
Expand Down Expand Up @@ -61,7 +61,7 @@ x-db-depend: &db-depend
services:
init-clickhouse:
!!merge <<: *common
image: clickhouse/clickhouse-server:26.2.3-alpine
image: clickhouse/clickhouse-server:26.2.4-alpine
container_name: signoz-init-clickhouse
command:
- bash
Expand Down
Loading