Update Postgres in Laravel Sail to v16
This commit is contained in:
parent
7b93692ba5
commit
a2c0fb2298
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ services:
|
|||
- pgsql
|
||||
- redis
|
||||
pgsql:
|
||||
image: 'postgres:14'
|
||||
image: 'postgres:16'
|
||||
ports:
|
||||
- '${FORWARD_DB_PORT:-5432}:5432'
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue