Compare commits
6 commits
1ed7d210c3
...
6893b65e8f
Author | SHA1 | Date | |
---|---|---|---|
6893b65e8f | |||
2a2c938158 | |||
190e80a090 | |||
8e7f4edd9f | |||
e5aeba3b51 | |||
|
c928988d95 |
2 changed files with 5 additions and 1 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -35,6 +35,10 @@
|
|||
{
|
||||
"matchPackageNames": ["fallenbagel/jellyseerr"],
|
||||
"customChangelogUrl": "https://github.com/Fallenbagel/jellyseerr/releases"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["binhex/arch-qbittorrentvpn"],
|
||||
"customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases/"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -16,7 +16,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
arch-qbittorrentvpn:
|
||||
image: binhex/arch-qbittorrentvpn@sha256:7722333cbbf66de668b938ac7b80afaee2d1cc1695ce35c316cedc6dca63db8a
|
||||
image: binhex/arch-qbittorrentvpn@sha256:34e13f69e25ac5d13a1c54ecb0f43de2213d8e7335e4202c87441d5a558c1a55
|
||||
container_name: qbittorrentvpn
|
||||
volumes:
|
||||
- '/docker/appdata/qbitty:/config'
|
||||
|
|
Reference in a new issue