mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	upgrade postgres refrence to 14 (#19416)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user