From bb419d14501ece1c3fd2785a9315a39732eb3275 Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 31 May 2025 09:09: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 c173ca8..725a4b8 100644 --- a/Gitea +++ b/Gitea @@ -30,7 +30,7 @@ services: - db db: - image: postgres:14 + image: docker.io/library/postgres:14 restart: always environment: - POSTGRES_USER=gitea @@ -39,4 +39,4 @@ services: networks: - gitea volumes: - - ./postgres:/var/lib/postgresql/data + - ./postgres:/var/lib/postgresql/data \ No newline at end of file