chore pin postgres to 16.6

This commit is contained in:
sinanmohd
2024-11-30 06:26:33 +00:00
parent 06b86eb7eb
commit 026dde66f7

View File

@@ -22,7 +22,7 @@ services:
retries: 10
test: "pg_isready -U \"$$POSTGRES_USER\" -d \"$$POSTGRES_DB\""
timeout: 2s
image: postgres
image: postgres:16.6
restart: always
volumes:
- "db_data:/var/lib/postgresql/data"