Fixed Changes for Radarrv3 to stable

Fixed Changes for Radarrv3 to stable
pull/37/head
TRaSH 4 years ago
parent 0de529d511
commit 84ab57d5dc

@ -405,7 +405,7 @@ Then keep reading.
We need to get some information that we need later to setup the docker-compose file. 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, 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. 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 - https://hotio.dev/containers/radarr/
radarr: radarr:
container_name: radarr container_name: radarr
image: ghcr.io/hotio/radarr:nightly image: ghcr.io/hotio/radarr:latest
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file

@ -2,28 +2,15 @@
Here you will find a collection of Radarr Guides I made. 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) ![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 - 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"} - Docker: [hotio/radarr:latest](https://hub.docker.com/r/hotio/radarr){:target="_blank"}
```bash ```bash
hotio/radarr:latest ghcr.io/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
``` ```

@ -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) - Docker: [hotio/sonarr:latest](https://hub.docker.com/r/hotio/sonarr)
```bash ```bash
hotio/sonarr:latest ghcr.io/hotio/sonarr:latest
``` ```
## v3 Sonarr Branch: phantom-develop ## v3 Sonarr Branch: phantom-develop
@ -25,5 +25,5 @@ hotio/sonarr:latest
- Docker: [hotio/sonarr:nightly](https://hub.docker.com/r/hotio/sonarr) - Docker: [hotio/sonarr:nightly](https://hub.docker.com/r/hotio/sonarr)
```bash ```bash
hotio/sonarr:nightly ghcr.io/hotio/sonarr:nightly
``` ```

Loading…
Cancel
Save