From d2f69ab4fc9db5204abd0197869d59c8c6b41c62 Mon Sep 17 00:00:00 2001 From: Artur Pata Date: Fri, 16 Jan 2026 11:03:12 +0200 Subject: [PATCH] Set plausible image version to v3.2.0 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 8395c23..f36ecbc 100644 --- a/compose.yml +++ b/compose.yml @@ -34,7 +34,7 @@ services: start_period: 1m plausible: - image: ghcr.io/plausible/community-edition:v3.1.0 + image: ghcr.io/plausible/community-edition:v3.2.0 restart: always command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" depends_on: