From a8823ac60a242f032fe31be5281943902b78fb62 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Sat, 2 Mar 2024 15:15:07 +0100 Subject: [PATCH] FIX cache mount fails --- config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 7cf2b77..39fdafd 100644 --- a/config.json +++ b/config.json @@ -108,7 +108,10 @@ "source", "destination" ], - "type": "bind" + "type": "none", + "options": [ + "bind" + ] } ], "linux": {