forked from github.com/plausible-hosting
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
|
# 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
|
### How to use
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ services:
|
|||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
|
|
||||||
plausible_events_db:
|
plausible_events_db:
|
||||||
image: yandex/clickhouse-server:21.3.2.5
|
image: clickhouse/clickhouse-server:22.6-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- event-data:/var/lib/clickhouse
|
- event-data:/var/lib/clickhouse
|
||||||
|
Loading…
Reference in New Issue
Block a user