mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-01-18 06:40:26 +00:00
Updated ClickHouse image and added custom user configuration.
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-server:21.7
|
||||
image: clickhouse/clickhouse-server:21.11
|
||||
container_name: clickhouse
|
||||
restart: always
|
||||
ports:
|
||||
@@ -11,3 +11,4 @@ services:
|
||||
volumes:
|
||||
- /home/marvin/docker/clickhouse/data:/var/lib/clickhouse
|
||||
# - /home/marvin/docker/clickhouse/config.xml:/etc/clickhouse-server/config.xml
|
||||
- /home/marvin/docker/clickhouse/users.xml:/etc/clickhouse-server/users.xml
|
||||
|
||||
Reference in New Issue
Block a user