mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
postgres 18 fix
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user