Skip to content

Commit

Permalink
Merge pull request #184 from data-catering/renovate/clickhouse-clickh…
Browse files Browse the repository at this point in the history
…ouse-server-24.x

Update clickhouse/clickhouse-server Docker tag to v24.10.1
  • Loading branch information
pflooky authored Nov 11, 2024
2 parents cc887df + ebef033 commit cfecc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ services:
clickhouse-server:
condition: service_healthy
hostname: clickhouse
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-24.9.2}"
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-24.10.1}"
user: "101:101"
volumes:
- "./data/clickhouse/init.sh:/tmp/scripts/init.sh"
Expand All @@ -211,7 +211,7 @@ services:
test: "wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1"
timeout: 5s
hostname: clickhouse
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-24.9.2}"
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-24.10.1}"
ports:
- "8123:8123"
- "9000:9000"
Expand Down

0 comments on commit cfecc01

Please sign in to comment.