hotio/unpackerr

GitHub
docker.io
/ ghcr.io
Unpackerr
00
Starting the container¶
docker run --rm \
--name unpackerr \
-e PUID=1000 \
-e PGID=1000 \
-e UMASK=002 \
-e TZ="Etc/UTC" \
-v /<host_folder_config>:/config \
cr.hotio.dev/hotio/unpackerr
version: "3.7"
services:
unpackerr:
container_name: unpackerr
image: cr.hotio.dev/hotio/unpackerr
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Etc/UTC
volumes:
- /<host_folder_config>:/config
Tags¶
Tag | Description | Version | Commit SHA | Commit Message | Last Updated | Age |
---|
Tags
The above table reflects the current state of the Git repository. The docker repository is mainly in sync, unless builds fail or commits are pushed for which no builds are started (usually indicated with [skip ci]
in the commit message). You can click on the tag's name to go to its corresponding branch on GitHub, clicking the commit sha brings you to the git diff of that commit.
Configuration¶
You can use docker environment variables or a configuration file that should be stored in /config/unpackerr.conf
. Don't forget to mount your volume where Unpackerr should look to find your downloads. Take a look at the upstream project page for info on how to configure Unpackerr.