gitea-runner: try using bridge network mode

This commit is contained in:
2026-03-07 18:09:24 -05:00
parent dbfecc1090
commit 0946ef68a3

View File

@@ -26,7 +26,7 @@ data:
port: 0 port: 0
external_server: "" external_server: ""
container: container:
network: "host" network: "bridge"
privileged: false privileged: false
options: "--dns 10.112.0.10" options: "--dns 10.112.0.10"
workdir_parent: /scratch workdir_parent: /scratch