Skip to content

Commit 9d3e776

Browse files
authored
chore: upgrade plausible
1 parent 26d7d74 commit 9d3e776

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/plausible/docker-compose.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ services:
66
# container_name: plausible-smtp
77

88
plausible_db:
9-
# supported versions are 12, 13, and 14
10-
image: postgres:14-alpine
9+
image: postgres:16-alpine
1110
container_name: plausible-db
1211
restart: always
1312
volumes:
@@ -37,7 +36,7 @@ services:
3736

3837
plausible:
3938
container_name: plausible
40-
image: ghcr.io/plausible/community-edition:v2.1.1
39+
image: ghcr.io/plausible/community-edition:v2.1.3
4140
restart: always
4241
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
4342
depends_on:

0 commit comments

Comments
 (0)