From da10f4d7ba46e99a880cfa4b8b692d33aa1e50af Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 31 May 2025 08:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- Gitea | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gitea b/Gitea index 725a4b8..c173ca8 100644 --- a/Gitea +++ b/Gitea @@ -30,7 +30,7 @@ services: - db db: - image: docker.io/library/postgres:14 + image: postgres:14 restart: always environment: - POSTGRES_USER=gitea @@ -39,4 +39,4 @@ services: networks: - gitea volumes: - - ./postgres:/var/lib/postgresql/data \ No newline at end of file + - ./postgres:/var/lib/postgresql/data