peppermint icon indicating copy to clipboard operation
peppermint copied to clipboard

Change volume mount point from /var/lib/postgresql/data to /var/lib/postgresql

Open rmbruntz opened this issue 3 months ago • 2 comments

In postgresql 18, the volume has been changed from /var/lib/postgresql/data to /var/lib/postgresql. See here for the relevant commit.

Version 18 was released September 25, so the :latest tag in peppermint's docker-compose.yml now pulls this. Without this change an anonymous volume is created at /var/lib/postgresql every time the container starts. This fixes the mount point for all three docker compose files to be consistent with version 18.

rmbruntz avatar Oct 16 '25 16:10 rmbruntz

@rmbruntz is attempting to deploy a commit to the peppermint labs Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Oct 16 '25 16:10 vercel[bot]

Please get this merged :+1: Can confirm that it fixes the problem.

raweber42 avatar Nov 06 '25 19:11 raweber42