Updated ClickHouse to latest version.

This commit is contained in:
2025-09-06 18:23:26 +02:00
parent 921f36e858
commit 7d21bf48b0

View File

@@ -5,7 +5,7 @@ volumes:
services:
clickhouse:
image: clickhouse/clickhouse-server:23-alpine
image: clickhouse/clickhouse-server:25.8-alpine
container_name: clickhouse
restart: unless-stopped
ulimits:
@@ -17,3 +17,6 @@ services:
- 9000:9000
volumes:
- clickhouse_data:/var/lib/clickhouse
environment:
- CLICKHOUSE_USER=default
- CLICKHOUSE_PASSWORD=default