mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-19 19:10:42 -06:00
docs(docker-compose): Fix obsolete repo-cache volume declaration (#741)
This commit is contained in:
@@ -90,6 +90,4 @@ volumes:
|
|||||||
# Postgres
|
# Postgres
|
||||||
postgres-data:
|
postgres-data:
|
||||||
# FerretDB
|
# FerretDB
|
||||||
ferretdb-state:
|
ferretdb-state:
|
||||||
# Core
|
|
||||||
repo-cache:
|
|
||||||
@@ -72,6 +72,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# Mongo
|
# Mongo
|
||||||
mongo-data:
|
mongo-data:
|
||||||
mongo-config:
|
mongo-config:
|
||||||
# Core
|
|
||||||
repo-cache:
|
|
||||||
Reference in New Issue
Block a user