add ipv6
This commit is contained in:
parent
3d3dff4f27
commit
5ab92fc676
2 changed files with 8 additions and 8 deletions
|
|
@ -43,8 +43,8 @@
|
|||
token_url = "file://${config.age.secrets.forgejo-runner-token.path}";
|
||||
};
|
||||
container = {
|
||||
#enable_ipv6 = true;
|
||||
network = "podman";
|
||||
enable_ipv6 = true;
|
||||
network = "forgejo";
|
||||
privileged = true;
|
||||
force_pull = true;
|
||||
docker_host = "unix:///run/podman/podman.sock";
|
||||
|
|
|
|||
Loading…
Reference in a new issue