chore pin postgres to 16.6

This commit is contained in:
sinanmohd
2024-11-30 11:36:16 +05:30
parent b3190cfcf8
commit e52d812731
2 changed files with 2 additions and 2 deletions

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"