Update docker-compose.yml to bump postgresql to 16.3
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
profiles:
|
||||
- mysql
|
||||
postgres:
|
||||
image: postgres:16.1
|
||||
image: postgres:16.3
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user