Merge branch 'main' into renovate/ghcr.io-open-webui-open-webui
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
commit
6893b65e8f
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"],
|
"matchPackageNames": ["fallenbagel/jellyseerr"],
|
||||||
"customChangelogUrl": "https://github.com/Fallenbagel/jellyseerr/releases"
|
"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
|
restart: unless-stopped
|
||||||
|
|
||||||
arch-qbittorrentvpn:
|
arch-qbittorrentvpn:
|
||||||
image: binhex/arch-qbittorrentvpn@sha256:7722333cbbf66de668b938ac7b80afaee2d1cc1695ce35c316cedc6dca63db8a
|
image: binhex/arch-qbittorrentvpn@sha256:34e13f69e25ac5d13a1c54ecb0f43de2213d8e7335e4202c87441d5a558c1a55
|
||||||
container_name: qbittorrentvpn
|
container_name: qbittorrentvpn
|
||||||
volumes:
|
volumes:
|
||||||
- '/docker/appdata/qbitty:/config'
|
- '/docker/appdata/qbitty:/config'
|
||||||
|
|
Reference in a new issue