fix network
This commit is contained in:
parent
37d87ae1dc
commit
a72519fdd6
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@
|
|||
};
|
||||
container = {
|
||||
enable_ipv6 = true;
|
||||
network = "podman";
|
||||
privileged = true;
|
||||
force_pull = true;
|
||||
docker_host = "unix:///run/podman/podman.sock";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue