docs(docker-compose): Fix obsolete repo-cache volume declaration (#741)

This commit is contained in:
Karl Woditsch
2025-08-18 20:29:38 +02:00
committed by GitHub
parent 134d1697e9
commit dcfad5dc4e
2 changed files with 2 additions and 6 deletions

View File

@@ -90,6 +90,4 @@ volumes:
# Postgres
postgres-data:
# FerretDB
ferretdb-state:
# Core
repo-cache:
ferretdb-state:

View File

@@ -72,6 +72,4 @@ services:
volumes:
# Mongo
mongo-data:
mongo-config:
# Core
repo-cache:
mongo-config: