From 50120905424deadf5dcd7cb0d1f69f4e98685add Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sun, 19 May 2024 15:20:08 -0700 Subject: [PATCH] #126 Check whether connecting runner container to host network eliminates traefik errors. --- fighter/config/gitea/runner_ubuntu_internal_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fighter/config/gitea/runner_ubuntu_internal_config.yaml b/fighter/config/gitea/runner_ubuntu_internal_config.yaml index cae5cb8..15ea82a 100644 --- a/fighter/config/gitea/runner_ubuntu_internal_config.yaml +++ b/fighter/config/gitea/runner_ubuntu_internal_config.yaml @@ -57,7 +57,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: host # 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).