From 662452a19b2cd51aadbcbc2c06388c1cfcd25c43 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Sat, 23 Apr 2022 13:08:56 +0200 Subject: [PATCH] update clickhouse version to one working under arm Also, previously we used Ubuntu base image. Now, we're switching to Alpine. --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3d5e56..fc956d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Plausible Analytics setup examples -This repository acts as a a template to get up and running with [Plausible Analytics](https://github.com/plausible/analytics). +This repository acts as a template to get up and running with [Plausible Analytics](https://github.com/plausible/analytics). ### How to use diff --git a/docker-compose.yml b/docker-compose.yml index a4f9f2d..2412ec4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - POSTGRES_PASSWORD=postgres plausible_events_db: - image: yandex/clickhouse-server:21.3.2.5 + image: clickhouse/clickhouse-server:22.6-alpine restart: always volumes: - event-data:/var/lib/clickhouse