mirror of
https://github.com/knadh/listmonk.git
synced 2025-12-05 16:00:03 +01:00
Change LISTMONK_db__host from 'listmonk_db' to 'db' (#2787)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user