From fa417cd5391498912c35f7504bdfb58fb3b245ff Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Sat, 2 Mar 2024 14:23:39 +0100 Subject: [PATCH] Obectivejfs disk cache --- config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.json b/config.json index 218eb17..7cf2b77 100644 --- a/config.json +++ b/config.json @@ -98,6 +98,19 @@ "type": "host" }, "propagatedMount": "/var/lib/docker-volumes", + "mounts": [ + { + "name": "cache", + "description": "Directory to use for disk cache optionally enabled using DISKCACHE_PATH", + "destination": "/var/cache/objfs", + "source": "/var/cache/objfs", + "settable": [ + "source", + "destination" + ], + "type": "bind" + } + ], "linux": { "capabilities": [ "CAP_SYS_ADMIN"