docs: update sandbox bind mount guidance

This commit is contained in:
Peter Steinberger
2026-02-16 03:05:16 +01:00
parent 887b209db4
commit 1b6704ef53
2 changed files with 5 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ Want “groups can only see folder X” instead of “no host access”? Keep `w
docker: {
binds: [
// hostPath:containerPath:mode
"~/FriendsShared:/data:ro",
"/home/user/FriendsShared:/data:ro",
],
},
},