Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot
cf37f77ef8 Update lscr.io/linuxserver/prowlarr Docker digest to a543c3c
All checks were successful
continuous-integration/drone/pr Build is passing
2024-04-17 05:12:38 +00:00
b67906c32c Update renovate.json 2024-04-17 05:11:12 +00:00
a5ab58f250 Update renovate.json 2024-04-17 05:07:51 +00:00
2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,7 @@ services:
- PGID=1000 - PGID=1000
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr@sha256:2286e6381b62fa4fec296bd101e51355e48193c99cdc813ae7dc50ee4696ef9a image: lscr.io/linuxserver/prowlarr@sha256:a543c3c791a5e78b2c828fd8784973ad2fb5e7752d5da2208899093c3a78a5de
container_name: prowlarr container_name: prowlarr
ports: ports:
- "9696:9696" - "9696:9696"

View file

@ -12,7 +12,8 @@
"hostRules": [ "hostRules": [
{ {
"matchHost": "docker.io", "matchHost": "docker.io",
"concurrentRequestLimit": 3 "concurrentRequestLimit": 3,
"fetchChangeLogs": "pr"
} }
] ]
} }