Skip to content

Commit

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

Update clickhouse/clickhouse-server Docker tag to v24.9.1
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 956e926 + 5ea7784 commit c0d4821
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 @@ -181,7 +181,7 @@ services:
clickhouse-server:
condition: service_healthy
hostname: clickhouse
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-24.5.3}"
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-24.9.1}"
user: "101:101"
volumes:
- "./data/clickhouse/init.sh:/tmp/scripts/init.sh"
Expand All @@ -197,7 +197,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.5.3}"
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-24.9.1}"
ports:
- "8123:8123"
- "9000:9000"
Expand Down

0 comments on commit c0d4821

Please sign in to comment.