Skip to content

Commit

Permalink
Merge pull request #246 from linuxserver/silly-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Jan 3, 2025
2 parents aa34b11 + 00a0240 commit a4737ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/d

This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).

## Non-Root Operation

This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).

### Caveats

* IPv4-only operation (i.e. with IPv6 disabled on the host) is not supported

## Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.
Expand Down Expand Up @@ -143,6 +151,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `-v /downloads` | Local path for finished downloads. |
| `-v /incomplete-downloads` | Local path for incomplete-downloads. |
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |

## Environment variables from files (Docker secrets)

Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ opt_param_volumes:
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Local path for finished downloads."}
- {vol_path: "/incomplete-downloads", vol_host_path: "/path/to/incomplete/downloads", desc: "Local path for incomplete-downloads."}
readonly_supported: true
noneroot_supported: true
nonroot_supported: true
nonroot_message: |
* IPv4-only operation (i.e. with IPv6 disabled on the host) is not supported
# application setup block
Expand Down

0 comments on commit a4737ec

Please sign in to comment.