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
postgres-data: postgres-data:
# FerretDB # FerretDB
ferretdb-state: ferretdb-state:
# Core
repo-cache:

View File

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