mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
upgrade postgres refrence to 14 (#19416)
This commit is contained in:
@@ -147,7 +147,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: postgres:13
|
+ image: postgres:14
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - POSTGRES_USER=gitea
|
+ - POSTGRES_USER=gitea
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: postgres:13
|
+ image: postgres:14
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - POSTGRES_USER=gitea
|
+ - POSTGRES_USER=gitea
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ services:
|
|||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
+ db:
|
+ db:
|
||||||
+ image: postgres:13
|
+ image: postgres:14
|
||||||
+ restart: always
|
+ restart: always
|
||||||
+ environment:
|
+ environment:
|
||||||
+ - POSTGRES_USER=gitea
|
+ - POSTGRES_USER=gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user