Pin plausible versions
This commit is contained in:
parent
f665b87965
commit
6ae8d0febe
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: "2.3"
|
|||
|
||||
services:
|
||||
plausible:
|
||||
image: plausible/analytics:v1
|
||||
image: plausible/analytics:v1.1
|
||||
restart: unless-stopped
|
||||
command: sh -c "/entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
depends_on:
|
||||
|
@ -28,7 +28,7 @@ services:
|
|||
- GEOLITE2_COUNTRY_DB=/mnt/geoip/GeoLite2-Country.mmdb
|
||||
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-server:latest
|
||||
image: yandex/clickhouse-server:20.6
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./clickhouse:/var/lib/clickhouse
|
||||
|
|
Loading…
Reference in a new issue