0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-21 02:12:15 -05:00

specify container.options as string, fix #994

This commit is contained in:
Robert Wolff 2025-01-08 12:39:43 +01:00
parent de0817a722
commit b456b064ce

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: