Merge branch 'master' into dependabot/pip/mkdocs-git-revision-date-localized-plugin-0.11

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

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bEVO\\b"
"value": "\\bEVO(TGX)?\\b"
}
},
{
@ -32,4 +32,4 @@
}
}
]
}
}

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

Loading…
Cancel
Save