From f4ff1fee567bded2fca4a1192b69151259ea0e6d Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Fri, 8 May 2026 13:38:47 +0000 Subject: [PATCH] postgres 18 fix --- listmonk/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listmonk/compose.yaml b/listmonk/compose.yaml index ca34380..dff9433 100644 --- a/listmonk/compose.yaml +++ b/listmonk/compose.yaml @@ -3,7 +3,7 @@ services: image: ${POSTGRES_IMAGE:-postgres:18.3-alpine} restart: ${POSTGRES_RESTART:-unless-stopped} volumes: - - ${VOL_PATH:-/data}/listmonk/db:/var/lib/postgresql/data + - ${VOL_PATH:-/data}/listmonk/db:/var/lib/postgresql environment: - POSTGRES_USER=${POSTGRES_USER:-listmonk} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-securepassword}