upgrade postgres refrence to 14 (#19416)
This commit is contained in:
parent
deffe9e525
commit
695c4b4b0e
4 changed files with 4 additions and 4 deletions
|
@ -147,7 +147,7 @@ services:
|
|||
+ - db
|
||||
+
|
||||
+ db:
|
||||
+ image: postgres:13
|
||||
+ image: postgres:14
|
||||
+ restart: always
|
||||
+ environment:
|
||||
+ - POSTGRES_USER=gitea
|
||||
|
|
|
@ -187,7 +187,7 @@ services:
|
|||
+ - db
|
||||
+
|
||||
+ db:
|
||||
+ image: postgres:13
|
||||
+ image: postgres:14
|
||||
+ restart: always
|
||||
+ environment:
|
||||
+ - POSTGRES_USER=gitea
|
||||
|
|
|
@ -172,7 +172,7 @@ services:
|
|||
+ - db
|
||||
+
|
||||
+ db:
|
||||
+ image: postgres:13
|
||||
+ image: postgres:14
|
||||
+ restart: always
|
||||
+ environment:
|
||||
+ - POSTGRES_USER=gitea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue