Update postgres Docker tag to v15

This commit is contained in:
2023-01-17 20:44:50 +00:00
parent b64d4ed991
commit f3a8ae474b

View File

@@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:14-alpine
image: postgres:15-alpine
restart: always
volumes:
- /mnt/data/db:/var/lib/postgresql/data