1 Commits

Author SHA1 Message Date
7ef73175a7 v2.1.5 2025-02-07 19:54:49 +03:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -32,7 +32,7 @@ services:
start_period: 1m start_period: 1m
plausible: plausible:
image: ghcr.io/plausible/community-edition:v2.1.4 image: ghcr.io/plausible/community-edition:v2.1.5
restart: always restart: always
command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on: depends_on:
@ -47,7 +47,6 @@ services:
soft: 65535 soft: 65535
hard: 65535 hard: 65535
environment: environment:
- ERL_FLAGS=+sbwt none +sbwtdcpu none +sbwtdio none
- TMPDIR=/var/lib/plausible/tmp - TMPDIR=/var/lib/plausible/tmp
# required: https://github.com/plausible/community-edition/wiki/configuration#required # required: https://github.com/plausible/community-edition/wiki/configuration#required
- BASE_URL=${BASE_URL} - BASE_URL=${BASE_URL}