Update to community-edition:v2.1.1

This commit is contained in:
Saeed Esmaili 2024-07-10 11:53:49 +02:00 committed by GitHub
parent 2981aa876c
commit 02ba149e26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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