update clickhouse version to one working under arm

Also, previously we used Ubuntu base image.
Now, we're switching to Alpine.
This commit is contained in:
Dmitry Verkhoturov 2022-04-23 13:08:56 +02:00
parent f768205710
commit 662452a19b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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