hotio/jellyseerr
Important Announcement
Due to scarf.sh
after all this time still being on various block lists used by PiHole or other ad blockers, the use of cr.hotio.dev
is being phased out. As you can see from the examples, ghcr.io
is the new default, but if you insist on needing an older tag, you might have to pull it from docker.io
(Docker Hub).
Starting the container¶
docker run --rm \
--name jellyseerr \
-p 5055:5055 \
-e PUID=1000 \
-e PGID=1000 \
-e UMASK=002 \
-e TZ="Etc/UTC" \
-v /<host_folder_config>:/config \
ghcr.io/hotio/jellyseerr
version: "3.7"
services:
jellyseerr:
container_name: jellyseerr
image: ghcr.io/hotio/jellyseerr
ports:
- "5055:5055"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Etc/UTC
volumes:
- /<host_folder_config>:/config
Tags¶
Tags | Description | Last Updated | Age |
---|