Update Plausible
Also required updating Clickhouse, due to syntax errors in migrations. It's also nice it's alpine now, and newer
This commit is contained in:
parent
4eec3292a6
commit
a25c0751fb
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: "2.3"
|
|||
|
||||
services:
|
||||
plausible:
|
||||
image: plausible/analytics:v1.2
|
||||
image: plausible/analytics:v1.3
|
||||
restart: unless-stopped
|
||||
command: sh -c "/entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
depends_on:
|
||||
|
@ -38,7 +38,7 @@ services:
|
|||
- GEOLITE2_COUNTRY_DB=/mnt/geoip/GeoLite2-Country.mmdb
|
||||
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-server:20.6
|
||||
image: yandex/clickhouse-server:21-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./clickhouse:/var/lib/clickhouse
|
||||
|
|
Loading…
Reference in a new issue