From 53edcf69add945cb85948010e3bd08b32e1dc5d1 Mon Sep 17 00:00:00 2001 From: Anthony Axenov Date: Tue, 8 Apr 2025 05:29:18 +0000 Subject: [PATCH] =?UTF-8?q?=D0=92=20=D0=B4=D0=B5=D1=84=D0=BE=D0=BB=D1=82?= =?UTF-8?q?=D0=BD=D0=BE=D0=BC=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=B5?= =?UTF-8?q?=20=D1=80=D0=B0=D0=BD=D0=BD=D0=B5=D1=80=D0=B0=20=D1=83=D0=BA?= =?UTF-8?q?=D0=B0=D0=B7=D0=B0=D0=BD=D0=B0=20=D1=81=D0=B5=D1=82=D1=8C=20git?= =?UTF-8?q?ea=5Fnetwork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runner/config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/config.example.yaml b/runner/config.example.yaml index 22e1055..6adb23d 100644 --- a/runner/config.example.yaml +++ b/runner/config.example.yaml @@ -64,7 +64,7 @@ container: # Specifies the network to which the container will connect. # Could be host, bridge or the name of a custom network. # If it's empty, act_runner will create a network automatically. - network: "" + network: "gitea_network" # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker). privileged: false # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).