Update custom/config.yaml

This commit is contained in:
2025-10-26 10:48:05 +00:00
parent f30b92bc8e
commit 369e376a0e

View File

@@ -71,7 +71,7 @@ container:
# If it's empty, act_runner will create a network automatically.
network: ""
# Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
privileged: false
privileged: true
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
options:
# The parent directory of a job's working directory.
@@ -100,7 +100,7 @@ container:
# Rebuild docker image(s) even if already present
force_rebuild: false
# Always require a reachable docker daemon, even if not required by act_runner
require_docker: false
require_docker: true
# Timeout to wait for the docker daemon to be reachable, if docker is required by require_docker or act_runner
docker_timeout: 0s