diff --git a/templates/compose/plausible.yaml b/templates/compose/plausible.yaml index e3afefe08..7de61e3b9 100644 --- a/templates/compose/plausible.yaml +++ b/templates/compose/plausible.yaml @@ -6,7 +6,7 @@ services: plausible: - image: image: ghcr.io/plausible/community-edition:v2.1.0 + image: image: ghcr.io/plausible/community-edition:v2.1.1 command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" environment: - DATABASE_URL=postgres://postgres:$SERVICE_PASSWORD_POSTGRES@plausible_db/plausible