Listmonk v4.1 doesnt need hardcoded admin password anymore. It notifies user to remove them

This commit is contained in:
Alex Serban
2024-11-08 00:18:54 +02:00
committed by GitHub
parent 5d62a46a16
commit addc720409

View File

@@ -15,8 +15,6 @@ services:
- LISTMONK_db__user=$SERVICE_USER_POSTGRES - LISTMONK_db__user=$SERVICE_USER_POSTGRES
- LISTMONK_db__password=$SERVICE_PASSWORD_POSTGRES - LISTMONK_db__password=$SERVICE_PASSWORD_POSTGRES
- LISTMONK_db__port=5432 - LISTMONK_db__port=5432
- LISTMONK_app__admin_username=admin
- LISTMONK_app__admin_password=$SERVICE_PASSWORD_ADMIN
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- "listmonk-data:/listmonk/uploads" - "listmonk-data:/listmonk/uploads"