Skip to content

Commit

Permalink
Merge pull request #35 from macguirerintoul/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v16
  • Loading branch information
macguirerintoul authored Jul 11, 2024
2 parents 116f762 + c0df23b commit 2c6cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plausible/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
plausible_db:
container_name: plausible-db
image: postgres:14-alpine
image: postgres:16-alpine
restart: always
volumes:
- /mnt/containers/plausible/db-data:/var/lib/postgresql/data
Expand Down

0 comments on commit 2c6cd5c

Please sign in to comment.