mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Add MongoDB root password variable to Ackee template.toml
- Added MONGO_INITDB_ROOT_PASSWORD to the configuration for improved security and setup flexibility.
This commit is contained in:
parent
187108f0e7
commit
2b6d0cb694
@ -14,4 +14,5 @@ host = "${main_domain}"
|
||||
ACKEE_USERNAME = "${ACKEE_USERNAME}"
|
||||
ACKEE_PASSWORD = "${ACKEE_PASSWORD}"
|
||||
ACKEE_MONGODB = "${ACKEE_MONGODB}"
|
||||
MONGO_INITDB_ROOT_PASSWORD = "${MONGO_INITDB_ROOT_PASSWORD}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user