From ec6c4da776547516d8f48159ce1a704df4f475ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20K=C3=BCc=C3=BCk?= Date: Fri, 15 May 2026 10:18:53 +0100 Subject: [PATCH] Update v3.2.1 --- README.md | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd6ab8..cb93e8f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ #### 1. Clone this repository ```console -$ git clone -b v3.2.0 --single-branch https://github.com/plausible/community-edition plausible-ce +$ git clone -b v3.2.1 --single-branch https://github.com/plausible/community-edition plausible-ce Cloning into 'plausible-ce'... $ cd plausible-ce diff --git a/compose.yml b/compose.yml index cc97bb2..a4af5c8 100644 --- a/compose.yml +++ b/compose.yml @@ -39,7 +39,7 @@ services: start_period: 1m plausible: - image: ghcr.io/plausible/community-edition:v3.2.0 + image: ghcr.io/plausible/community-edition:v3.2.1 restart: always command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" depends_on: