mirror of
https://github.com/plausible/hosting.git
synced 2025-06-16 02:37:29 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user