hotio/unpackerr

GitHub
docker.io
/ ghcr.io
/ quay.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¶
Where can I find the source of the image?
You can click the tag name to go to the source on GitHub for that particular tag. Every tag has its own branch.
The master
branch is used as a landing page and to store some statistics used by this page to populate the table.
Temporary tags/branches might not show up in the table, but are also generally not for end-user consumption.
Clicking the commit sha brings you to the exact source of that commit.
Tag | Upstream | Version | Commit | Last Updated |
---|
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.