diff --git a/docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md b/docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md index 6f9222074..2780fd125 100644 --- a/docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md +++ b/docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md @@ -405,7 +405,7 @@ Then keep reading. We need to get some information that we need later to setup the docker-compose file. - ###### PUID and PGID + ##### PUID and PGID In order for the Docker container to access the shares on the Synology, we need to give it the same permissions as your main user who has access to those shares. @@ -496,7 +496,7 @@ Then keep reading. # Radarr - https://hotio.dev/containers/radarr/ radarr: container_name: radarr - image: ghcr.io/hotio/radarr:nightly + image: ghcr.io/hotio/radarr:latest restart: unless-stopped logging: driver: json-file diff --git a/docs/Radarr/index.md b/docs/Radarr/index.md index 630cc1173..d75cf145e 100644 --- a/docs/Radarr/index.md +++ b/docs/Radarr/index.md @@ -2,28 +2,15 @@ Here you will find a collection of Radarr Guides I made. -## v0.2 Radarr Branch: develop +## v3 Radarr Branch: latest ![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-radarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5) -- (stable) (v0.2) +- (stable) (v3) - Builds Pushed only when intentionally released -- Github Branch: develop +- Github Branch: master - Docker: [hotio/radarr:latest](https://hub.docker.com/r/hotio/radarr){:target="_blank"} ```bash -hotio/radarr:latest -``` - -## v3 Radarr Branch: nightly - -![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-radarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5) - -- (semi-unstable) (v3.0) -- Builds pushed when complete -- Github Branch: develop -- Docker: [hotio/radarr:nightly](https://hub.docker.com/r/hotio/radarr){:target="_blank"} - -```bash -hotio/radarr:nightly +ghcr.io/hotio/radarr:latest ``` diff --git a/docs/Sonarr/index.md b/docs/Sonarr/index.md index 2e7bfca83..a6a851c37 100644 --- a/docs/Sonarr/index.md +++ b/docs/Sonarr/index.md @@ -12,7 +12,7 @@ Here you will find a collection of Sonarr Guides I made. - Docker: [hotio/sonarr:latest](https://hub.docker.com/r/hotio/sonarr) ```bash -hotio/sonarr:latest +ghcr.io/hotio/sonarr:latest ``` ## v3 Sonarr Branch: phantom-develop @@ -25,5 +25,5 @@ hotio/sonarr:latest - Docker: [hotio/sonarr:nightly](https://hub.docker.com/r/hotio/sonarr) ```bash -hotio/sonarr:nightly +ghcr.io/hotio/sonarr:nightly ```