We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6d47f commit a95a62bCopy full SHA for a95a62b
templates/compose/plausible.yaml
@@ -6,7 +6,7 @@
6
7
services:
8
plausible:
9
- image: "ghcr.io/plausible/community-edition:v2.1"
+ image: "ghcr.io/plausible/community-edition:v2.1.4"
10
command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
11
environment:
12
- SERVICE_FQDN_PLAUSIBLE
@@ -22,7 +22,7 @@ services:
22
image: bytemark/smtp
23
24
plausible_db:
25
- image: "postgres:14-alpine"
+ image: "postgres:16-alpine"
26
volumes:
27
- "db-data:/var/lib/postgresql/data"
28
0 commit comments