forgejo-actions-runner(host): also enable IPv6 support in runner config
This commit is contained in:
parent
e0b593289d
commit
b74304319a
1 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
|||
tokenFile = "/run/secrets/forgejo_actions_runner_registration_token";
|
||||
labels = [ "docker:docker://node:current-bookworm" ];
|
||||
settings = {
|
||||
container = {
|
||||
enable_ipv6 = true;
|
||||
};
|
||||
cache = {
|
||||
proxy_port = 45540;
|
||||
};
|
||||
|
|
@ -35,6 +38,9 @@
|
|||
"alpine-latest:docker://node:current-alpine"
|
||||
];
|
||||
settings = {
|
||||
container = {
|
||||
enable_ipv6 = true;
|
||||
};
|
||||
cache = {
|
||||
proxy_port = 45541;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue