Update postgres Docker tag to v15 (develop)
This commit is contained in:
parent
69d217317b
commit
fde81c1a03
4 changed files with 5 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
environment:
|
||||
- "POSTGRES_HOST_AUTH_METHOD=trust"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue