From 0edf55b049b95aa8164e0900da0089ee55ffe466 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Wed, 10 Jan 2024 03:41:20 +0100 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98801c8..a413076 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ services: toolkit: image: jkaninda/toolkit:latest container_name: toolkit + privileged: true + devices: + - "/dev/fuse" command: ["/bin/bash", "sh"] volumes: - ./custome-volume:/custome-volume