hotio/radarr
GitHub
GitHub Registry
Docker Hub
Radarr
00
Starting the container¶
docker run --rm \
--name radarr \
-p 7878:7878 \
-e PUID=1000 \
-e PGID=1000 \
-e UMASK=002 \
-e TZ="Etc/UTC" \
-v /<host_folder_config>:/config \
hotio/radarr
version: "3.7"
services:
radarr:
container_name: radarr
image: hotio/radarr
ports:
- "7878:7878"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Etc/UTC
volumes:
- /<host_folder_config>:/config
In most cases you'll need to add additional volumes, depending on your own personal preference, to get access to your files.
Tags¶
Tag | Upstream | Version | Commit | Last Updated |
---|