Updates the default Postgres to 15 for new installs

This commit is contained in:
Trenton H
2023-06-20 09:36:31 -07:00
parent ecdea4c3c8
commit c4407dccf6
5 changed files with 14 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ services:
- redisdata:/data
db:
image: docker.io/library/postgres:13
image: docker.io/library/postgres:15
restart: unless-stopped
volumes:
- pgdata:/var/lib/postgresql/data