Pinned postgres version to 16.4

This commit is contained in:
2024-10-19 18:38:38 +02:00
parent f80fc79570
commit 2f649b6400
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
services:
db:
container_name: postgres-dev
image: postgres
image: postgres:16.4
restart: unless-stopped
volumes:
- ./dev/pgdata:/var/lib/postgresql/data