Merge branch 'master' into patch-6

pull/429/head
TRaSH 3 years ago committed by GitHub
commit 884533817f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,9 +2,9 @@ git+https://github.com/fralau/mkdocs_macros_plugin@v0.5.12#egg=mkdocs-macros-plu
git+https://github.com/g-provost/lightgallery-markdown@v0.5#egg=lightgallery
markdown==3.3.6
mkdocs-awesome-pages-plugin==2.6.1
mkdocs-git-revision-date-localized-plugin==0.11
mkdocs-git-revision-date-localized-plugin==0.11.1
mkdocs-material-extensions==1.0.3
mkdocs-material==8.0.5
mkdocs-material==8.1.2
mkdocs-minify-plugin==0.5.0
mkdocs-redirects==1.0.3
mkdocs==1.2.3

@ -2,7 +2,7 @@ version: "3.2"
services:
radarr:
container_name: radarr
image: hotio/radarr:latest
image: cr.hotio.dev/hotio/radarr:latest
restart: unless-stopped
logging:
driver: json-file
@ -19,7 +19,7 @@ services:
- /data:/data
sonarr:
container_name: sonarr
image: hotio/sonarr:latest
image: cr.hotio.dev/hotio/sonarr:latest
restart: unless-stopped
logging:
driver: json-file
@ -36,7 +36,7 @@ services:
- /data:/data
bazarr:
container_name: bazarr
image: hotio/bazarr:latest
image: cr.hotio.dev/hotio/bazarr:latest
restart: unless-stopped
logging:
driver: json-file
@ -53,7 +53,7 @@ services:
- /data/media:/data/media
sabnzbd:
container_name: sabnzbd
image: hotio/sabnzbd:latest
image: cr.hotio.dev/hotio/sabnzbd:latest
restart: unless-stopped
logging:
driver: json-file

Loading…
Cancel
Save