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"