mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-03-13 09:58:07 -04:00
user: actions: s/options/container.options/
(cherry picked from commit 44079f17a4
)
This commit is contained in:
parent
98e75ca8be
commit
a300c04e68
1 changed files with 2 additions and 2 deletions
|
@ -291,9 +291,9 @@ container:
|
|||
# password: "admin1234"
|
||||
```
|
||||
|
||||
### `jobs.<job_id>.options`
|
||||
### `jobs.<job_id>.container.options`
|
||||
|
||||
A string of additional options, as documented [docker run](https://docs.docker.com/engine/reference/commandline/run/). For instance: "--workdir /myworkdir --ulimit nofile=1024:1024".
|
||||
A string of additional options, as documented in [docker run](https://docs.docker.com/engine/reference/commandline/run/). For instance: "--workdir /myworkdir --ulimit nofile=1024:1024".
|
||||
|
||||
> **NOTE:** the `--volume` option is restricted to a whitelist of volumes configured in the runner executing the task. See the [Forgejo Actions administrator guide](../../admin/actions/) for more information.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue