Skip to content

Commit a95a62b

Browse files
committed
update community-edition and postgres to latest versions
1 parent 1c6d47f commit a95a62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/compose/plausible.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
services:
88
plausible:
9-
image: "ghcr.io/plausible/community-edition:v2.1"
9+
image: "ghcr.io/plausible/community-edition:v2.1.4"
1010
command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
1111
environment:
1212
- SERVICE_FQDN_PLAUSIBLE
@@ -22,7 +22,7 @@ services:
2222
image: bytemark/smtp
2323

2424
plausible_db:
25-
image: "postgres:14-alpine"
25+
image: "postgres:16-alpine"
2626
volumes:
2727
- "db-data:/var/lib/postgresql/data"
2828
environment:

0 commit comments

Comments
 (0)