Try different volume syntax

This commit is contained in:
Michael Huebner 2025-06-11 11:45:04 +02:00
parent 3b7f9fc27d
commit adb0136d51

View file

@ -43,7 +43,7 @@ in
container = {
privileged = true;
valid_volumes = [
"**"
"/var/run/docker.sock:/var/run/docker.sock"
];
};
};