postgres 18 fix

This commit is contained in:
2026-05-08 13:38:47 +00:00
parent 6c9c6ed9f0
commit f4ff1fee56
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: ${POSTGRES_IMAGE:-postgres:18.3-alpine} image: ${POSTGRES_IMAGE:-postgres:18.3-alpine}
restart: ${POSTGRES_RESTART:-unless-stopped} restart: ${POSTGRES_RESTART:-unless-stopped}
volumes: volumes:
- ${VOL_PATH:-/data}/listmonk/db:/var/lib/postgresql/data - ${VOL_PATH:-/data}/listmonk/db:/var/lib/postgresql
environment: environment:
- POSTGRES_USER=${POSTGRES_USER:-listmonk} - POSTGRES_USER=${POSTGRES_USER:-listmonk}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-securepassword} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-securepassword}