Update postgres Docker tag to v14
This commit is contained in:
parent
03cb761749
commit
38445787c3
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ services:
|
|||
env_file: .env
|
||||
environment:
|
||||
- "POSTGRES_HOST_AUTH_METHOD=trust"
|
||||
image: postgres:11
|
||||
image: postgres:14
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue