diff --git a/bitnami/mongodb/7.0/debian-12/rootfs/opt/bitnami/mongodb/templates/mongodb.conf.tpl b/bitnami/mongodb/7.0/debian-12/rootfs/opt/bitnami/mongodb/templates/mongodb.conf.tpl index 0a5dbe5765eda..a68ce76affb19 100644 --- a/bitnami/mongodb/7.0/debian-12/rootfs/opt/bitnami/mongodb/templates/mongodb.conf.tpl +++ b/bitnami/mongodb/7.0/debian-12/rootfs/opt/bitnami/mongodb/templates/mongodb.conf.tpl @@ -5,8 +5,6 @@ # where and how to store data. storage: dbPath: {{MONGODB_DATA_DIR}}/db - journal: - enabled: {{MONGODB_DEFAULT_ENABLE_JOURNAL}} directoryPerDB: {{MONGODB_DEFAULT_ENABLE_DIRECTORY_PER_DB}} # where to write logging data.