Compare commits
7 commits
5f92b52cbe
...
17cfa71cff
Author | SHA1 | Date | |
---|---|---|---|
17cfa71cff | |||
26cf3ce575 | |||
4351633ea5 | |||
ba8d39f557 | |||
3b27657de0 | |||
bac01c23db | |||
|
802c0a96e3 |
2 changed files with 6 additions and 3 deletions
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
@ -17,8 +17,7 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"updateTypes": ["digest"],
|
||||
"fetchChangeLogs": "pr"
|
||||
"updateTypes": ["digest"]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["nginx-proxy-manager"],
|
||||
|
@ -39,6 +38,10 @@
|
|||
{
|
||||
"matchPackageNames": ["binhex/arch-qbittorrentvpn"],
|
||||
"customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases/"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["lscr.io/linuxserver/sonarr"],
|
||||
"customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -55,7 +55,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr@sha256:21e7125d5abb15a80d0742ce138591d140354ac384637391322467becc524a2c
|
||||
image: lscr.io/linuxserver/sonarr@sha256:e1d926d5d6fd8bbe7fd4c4dd9007b790b40263783869c2357f2539dac1342575
|
||||
container_name: sonarr
|
||||
ports:
|
||||
- "8989:8989"
|
||||
|
|
Reference in a new issue