0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

specify container.options as string, fix #994

(cherry picked from commit b456b064ce)
This commit is contained in:
Robert Wolff 2025-01-08 12:39:43 +01:00 committed by github-actions[bot]
parent 6eacf5c18f
commit 9750043672

View file

@ -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: