From b456b064ce7975810f3d12604c4fd6b51387b9b2 Mon Sep 17 00:00:00 2001 From: Robert Wolff Date: Wed, 8 Jan 2025 12:39:43 +0100 Subject: [PATCH] specify container.options as string, fix #994 --- docs/admin/runner-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/runner-installation.md b/docs/admin/runner-installation.md index bc90af3a..0a75f2f2 100644 --- a/docs/admin/runner-installation.md +++ b/docs/admin/runner-installation.md @@ -204,8 +204,8 @@ container: enable_ipv6: false # 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.forgejo.url:host-gateway). - options: + # Additional options to be used when the container is started (e.g., --add-host=my.forgejo.url:host-gateway). + options: "" # The parent directory of a job's working directory. # If it's empty, /workspace will be used. workdir_parent: