Merge pull request #1471 from jonnybarnes/postres-16
Update Postgres in Laravel Sail to v16
This commit is contained in:
commit
1475ecdde5
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