Skip to content

Commit

Permalink
feat(plausible): bump to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mezotv committed Dec 19, 2024
1 parent fac29b7 commit 651e81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dokploy/templates/plausible/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion apps/dokploy/templates/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 651e81c

Please sign in to comment.