From cb332f2e9d4288042eff334ff16637f9508b5b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=8C=E8=8E=9E=7E=28=3D=5E=E2=96=BD=5E=3D=29?= Date: Sun, 22 Jan 2023 12:34:04 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E5=9B=BA=E5=AE=9A=20postgres=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c0a8e82..2ce31b7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.8" services: # 如果有现成的 Postgresql 实例,可以删除这一小节 postgres: - image: postgres + image: postgres:14-alpine container_name: postgresql_q2tg restart: unless-stopped environment: