Update postgres Docker tag to v16

This commit is contained in:
2024-01-16 20:00:18 +00:00
parent f8bb802660
commit 7c5e2a5f56

View File

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