mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 00:26:24 +00:00
chore pin postgres to 16.6
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user