Try different volume syntax
This commit is contained in:
parent
3b7f9fc27d
commit
adb0136d51
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ in
|
||||||
container = {
|
container = {
|
||||||
privileged = true;
|
privileged = true;
|
||||||
valid_volumes = [
|
valid_volumes = [
|
||||||
"**"
|
"/var/run/docker.sock:/var/run/docker.sock"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue