Update postgres Docker tag to v14.11

This commit is contained in:
2024-02-13 01:00:18 +00:00
parent 30aefd14a3
commit 7fde5c85f1

View File

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