Give access to everything
This commit is contained in:
parent
629ef059a3
commit
3b7f9fc27d
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"
|
"**"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue