Fix gitea?

This commit is contained in:
Maurice
2025-10-04 21:00:59 +02:00
parent 7f45140c73
commit 2a519e9808
3 changed files with 10 additions and 3 deletions

View File

@@ -69,7 +69,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-net"
# 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).