From dcfad5dc4e6b01b89ae8406a7eed38fc0e8cbdbb Mon Sep 17 00:00:00 2001 From: Karl Woditsch Date: Mon, 18 Aug 2025 20:29:38 +0200 Subject: [PATCH] docs(docker-compose): Fix obsolete repo-cache volume declaration (#741) --- compose/ferretdb.compose.yaml | 4 +--- compose/mongo.compose.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/compose/ferretdb.compose.yaml b/compose/ferretdb.compose.yaml index d3de427eb..2147442aa 100644 --- a/compose/ferretdb.compose.yaml +++ b/compose/ferretdb.compose.yaml @@ -90,6 +90,4 @@ volumes: # Postgres postgres-data: # FerretDB - ferretdb-state: - # Core - repo-cache: \ No newline at end of file + ferretdb-state: \ No newline at end of file diff --git a/compose/mongo.compose.yaml b/compose/mongo.compose.yaml index 61a67e681..6893b0ffd 100644 --- a/compose/mongo.compose.yaml +++ b/compose/mongo.compose.yaml @@ -72,6 +72,4 @@ services: volumes: # Mongo mongo-data: - mongo-config: - # Core - repo-cache: \ No newline at end of file + mongo-config: \ No newline at end of file