Change LISTMONK_db__host from 'listmonk_db' to 'db' (#2787)

This commit is contained in:
Alan Fuller
2025-11-28 08:00:01 +00:00
committed by GitHub
parent c888b7f8a0
commit c108a61b32

View File

@@ -29,7 +29,7 @@ services:
LISTMONK_db__user: *db-user LISTMONK_db__user: *db-user
LISTMONK_db__password: *db-password LISTMONK_db__password: *db-password
LISTMONK_db__database: *db-name LISTMONK_db__database: *db-name
LISTMONK_db__host: listmonk_db LISTMONK_db__host: db
LISTMONK_db__port: 5432 LISTMONK_db__port: 5432
LISTMONK_db__ssl_mode: disable LISTMONK_db__ssl_mode: disable
LISTMONK_db__max_open: 25 LISTMONK_db__max_open: 25