mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
Merge pull request #45 from paskal/paskal/newer_clickhouse
Update clickhouse to 22.6
This commit is contained in:
commit
3177d22992
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user