mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-01-18 14:50:26 +00:00
Updated ClickHouse to latest version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user