From addc72040923f1677e156d7a7a69da9115f9ee9a Mon Sep 17 00:00:00 2001 From: Alex Serban Date: Fri, 8 Nov 2024 00:18:54 +0200 Subject: [PATCH] Listmonk v4.1 doesnt need hardcoded admin password anymore. It notifies user to remove them --- templates/compose/listmonk.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/compose/listmonk.yaml b/templates/compose/listmonk.yaml index faa70fce5..b5b285131 100644 --- a/templates/compose/listmonk.yaml +++ b/templates/compose/listmonk.yaml @@ -15,8 +15,6 @@ services: - LISTMONK_db__user=$SERVICE_USER_POSTGRES - LISTMONK_db__password=$SERVICE_PASSWORD_POSTGRES - LISTMONK_db__port=5432 - - LISTMONK_app__admin_username=admin - - LISTMONK_app__admin_password=$SERVICE_PASSWORD_ADMIN - TZ=Etc/UTC volumes: - "listmonk-data:/listmonk/uploads"