fix(forgejo): fix dns for runner
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
5fb5e08ebd
commit
9efff85115
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ in {
|
|||
|
||||
volumes = ["${rwPath}/act:/data"];
|
||||
|
||||
dns = ["1.0.0.1"];
|
||||
extra_hosts = [
|
||||
"git.nelim.org=10.0.0.130"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue