Update v3.2.1

This commit is contained in:
Cenk Kücük
2026-05-15 10:18:53 +01:00
parent 15529b26b8
commit ec6c4da776
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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: