From d55e936653c1b68e41bad7f10162e5a4d54d05aa Mon Sep 17 00:00:00 2001 From: kami8 <55905116+kamiya-s-max@users.noreply.github.com> Date: Sun, 3 May 2026 09:23:00 +0900 Subject: [PATCH] =?UTF-8?q?devcontainer=E7=94=A8db=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=86=E3=83=8A=E3=81=AEvolume=E3=81=AE=E3=83=9E=E3=82=A6?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=83=91=E3=82=B9=E3=82=92=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=20(#17360)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * `.devcontainer/compose.yml`のvolumeのマウントパスを修正 * CHANGELOGの更新 --- .devcontainer/compose.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/compose.yml b/.devcontainer/compose.yml index 501f78c814..1b4e8b65f6 100644 --- a/.devcontainer/compose.yml +++ b/.devcontainer/compose.yml @@ -36,7 +36,7 @@ services: POSTGRES_PASSWORD: postgres POSTGRES_DB: misskey volumes: - - postgres-data:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql healthcheck: test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB" interval: 5s diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ebcff386..528d52cb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Unreleased ### General -- +- Fix: `.devcontainer/compose.yml`のvolumeのマウントパスを修正 ### Client -