0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-08 04:26:39 -05:00

admin: actions: container.options allows --hostname

This commit is contained in:
Earl Warren 2025-01-22 18:58:52 +01:00
parent eed9fec135
commit 2f41cede51
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -222,6 +222,7 @@ A string of the following additional options, as documented [docker run](https:/
- `--volume`
- `--tmpfs`
- `--hostname` (except for Forgejo runner 6.0.x and 6.1.x)
> **NOTE:** the `--volume` option is restricted to a allowlist of volumes configured in the runner executing the task. See the [Forgejo runner installation guide](../../admin/runner-installation/#configuration) for more information.
@ -887,6 +888,7 @@ A string of the following additional options, as documented [docker run](https:/
- `--volume`
- `--tmpfs`
- `--hostname` (except for Forgejo runner 6.0.x and 6.1.x)
> **NOTE:** the `--volume` option is restricted to a allowlist of volumes configured in the runner executing the task. See the [Forgejo Actions administrator guide](../../admin/actions/) for more information.