mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[PR #741] [MERGED] docs(docker-compose): Fix obsolete repo-cache volume declaration #771
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/741
Author: @Rauks
Created: 8/18/2025
Status: ✅ Merged
Merged: 8/18/2025
Merged by: @mbecker20
Base:
main← Head:feat/fix-composes-volumes📝 Commits (1)
c527277docs(docker-compose): Fix obsolete repo-cache volume declaration📊 Changes
2 files changed (+2 additions, -6 deletions)
View changed files
📝
compose/ferretdb.compose.yaml(+1 -3)📝
compose/mongo.compose.yaml(+1 -3)📄 Description
Hello,
Since 1.19.0, the
/repo-cachemount from Core compose service has been removed.The composes files still declare a
repo-cachevolume, now unused.This PR removes the
repo-cachevolumes declarations.Thank you
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.