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:
parent
de0817a722
commit
b456b064ce
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue