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: