Skip to content

Commit

Permalink
upgrade to 0.20.1263
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jul 2, 2022
1 parent db89d44 commit ceb8b31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV JACKETT_ARCH=ARM32
FROM base-${TARGETARCH}${TARGETVARIANT}


ARG JACKETT_VERSION=0.20.1027
ARG JACKETT_VERSION=0.20.1263


ADD "https://github.com/Jackett/Jackett/releases/download/v${JACKETT_VERSION}/Jackett.Binaries.Linux${JACKETT_ARCH}.tar.gz" \
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ A multiarch [Jackett] Docker image, based on [Debian Linux].
docker run -p 9117:9117 -it padhihomelab/jackett
```

Runs `Jackett` with WebUI served on port 9117.
Runs [Jackett] with WebUI served on port 9117.
<br>
To run it in background, use the `--detach` flag.

Typically, you shouldn't need to directly access the files written by Jackett to disk, but it is still a good idea (e.g., for easier backups) to map the persistent volume to a host directory:

```sh
docker run --detach \
-p 9117:9117 \
Expand All @@ -33,9 +34,9 @@ docker run --detach \

Usage with [Docker Compose] is similarly straightforward.
<br>
As an example, you can see my configuration in [services/trackarr].
As an example, you can see my configuration in [services/indexarr].

[Debian Linux]: https://debian.org/
[Docker Compose]: https://docs.docker.com/compose/
[Jackett]: https://github.com/Jackett/Jackett
[services/trackarr]: https://github.com/padhi-homelab/services/tree/master/trackarr
[services/trackarr]: https://github.com/padhi-homelab/services/tree/master/indexarr
2 changes: 1 addition & 1 deletion entrypoint-scripts/10.setup-volume.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -e

if [ -z "${ENTRYPOINT_RUN_AS_ROOT:-}" ]; then
chown -R $DOCKER_USER:$DOCKER_GROUP /config /downloads
chown -R $DOCKER_USER:$DOCKER_GROUP /config /downloads
fi

0 comments on commit ceb8b31

Please sign in to comment.