Update postgres Docker tag to v14
This commit is contained in:
parent
ea5bef1f8c
commit
173f38bf2d
@ -2,7 +2,7 @@ version: "2"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13
|
image: postgres:14
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: enter
|
POSTGRES_PASSWORD: enter
|
||||||
|
Loading…
Reference in New Issue
Block a user