From 2d963de60f6c0326e47291e443e3534f218c0858 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Thu, 3 Oct 2024 21:33:43 +0900 Subject: [PATCH] =?UTF-8?q?PostgreSQL=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=9216=E3=81=AB=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yml | 2 +- compose_db.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index f498f9c..c814bfc 100644 --- a/compose.yml +++ b/compose.yml @@ -28,7 +28,7 @@ services: - dislocker_network db: - image: postgres:alpine3.20 + image: postgres:16-alpine3.20 restart: always environment: - TZ=Asia/Tokyo diff --git a/compose_db.yml b/compose_db.yml index 7cff067..f2a5251 100644 --- a/compose_db.yml +++ b/compose_db.yml @@ -1,6 +1,6 @@ services: db: - image: postgres:alpine3.20 + image: postgres:16-alpine3.20 restart: always environment: - TZ=Asia/Tokyo