Release v3.1.0

This commit is contained in:
Artur Pata
2025-11-13 06:13:04 +02:00
committed by GitHub
parent 33a33aae88
commit 5cb5234fd7
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
1. Clone this repository:
```console
$ git clone -b v3.0.1 --single-branch https://github.com/plausible/community-edition plausible-ce
$ git clone -b v3.1.0 --single-branch https://github.com/plausible/community-edition plausible-ce
Cloning into 'plausible-ce'...
remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (10/10), done.

View File

@@ -34,7 +34,7 @@ services:
start_period: 1m
plausible:
image: ghcr.io/plausible/community-edition:v3.0.1
image: ghcr.io/plausible/community-edition:v3.1.0
restart: always
command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on: