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
|
- pgsql
|
||||||
- redis
|
- redis
|
||||||
pgsql:
|
pgsql:
|
||||||
image: 'postgres:14'
|
image: 'postgres:16'
|
||||||
ports:
|
ports:
|
||||||
- '${FORWARD_DB_PORT:-5432}:5432'
|
- '${FORWARD_DB_PORT:-5432}:5432'
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Reference in a new issue