From 86e92016e0adfbf68d6e8c68f9eb01a2f124eaba Mon Sep 17 00:00:00 2001 From: Cloud User Date: Wed, 25 Feb 2026 16:25:18 +0900 Subject: [PATCH] Revert container network to bridge mode Host network breaks DinD connection. Bridge with --mtu=1340 is confirmed working for TLS connections. Co-Authored-By: Claude Opus 4.6 --- gitea-runner/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-runner/deployment.yaml b/gitea-runner/deployment.yaml index a8e779b..a4a37e8 100644 --- a/gitea-runner/deployment.yaml +++ b/gitea-runner/deployment.yaml @@ -25,7 +25,7 @@ data: - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04" - "self-hosted:host" container: - network: "host" + network: "" privileged: false options: valid_volumes: []