From 695c4b4b0ecb65c87fd7e9c8f77e612b99b8abe3 Mon Sep 17 00:00:00 2001 From: "Stephen J. Fuhry" Date: Sat, 16 Apr 2022 11:59:56 -0400 Subject: upgrade postgres refrence to 14 (#19416) --- docs/content/doc/installation/with-docker.zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/doc/installation/with-docker.zh-cn.md') diff --git a/docs/content/doc/installation/with-docker.zh-cn.md b/docs/content/doc/installation/with-docker.zh-cn.md index 8461951f72..77577736f2 100644 --- a/docs/content/doc/installation/with-docker.zh-cn.md +++ b/docs/content/doc/installation/with-docker.zh-cn.md @@ -172,7 +172,7 @@ services: + - db + + db: -+ image: postgres:13 ++ image: postgres:14 + restart: always + environment: + - POSTGRES_USER=gitea -- cgit v1.2.3