feat(plausible): bump to 2.1.4

This commit is contained in:
Dominik Koch 2024-12-19 11:22:58 +01:00
parent fac29b70a5
commit 651e81ce6d
No known key found for this signature in database
GPG Key ID: 29B5CF4D740CED25
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ services:
hard: 262144
plausible:
image: ghcr.io/plausible/community-edition:v2.1.0
image: ghcr.io/plausible/community-edition:v2.1.4
restart: always
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:

View File

@ -34,7 +34,7 @@ export const templates: TemplateData[] = [
{
id: "plausible",
name: "Plausible",
version: "v2.1.0",
version: "v2.1.4",
description:
"Plausible is a open source, self-hosted web analytics platform that lets you track website traffic and user behavior.",
logo: "plausible.svg",