chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.6.5 (#3600)
This commit is contained in:
parent
0c84c6d894
commit
15bd0596a9
|
@ -5,18 +5,13 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8133,
|
"port": 8133,
|
||||||
"id": "qbittorrent",
|
"id": "qbittorrent",
|
||||||
"tipi_version": 13,
|
"tipi_version": 14,
|
||||||
"version": "4.6.4",
|
"version": "4.6.5",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "qBittorrent is a fast, easy, and free BitTorrent client.",
|
"description": "qBittorrent is a fast, easy, and free BitTorrent client.",
|
||||||
"short_desc": "Fast, easy, and free BitTorrent client",
|
"short_desc": "Fast, easy, and free BitTorrent client",
|
||||||
"author": "qBittorrent project",
|
"author": "qBittorrent project",
|
||||||
"source": "https://github.com/qbittorrent/qBittorrent",
|
"source": "https://github.com/qbittorrent/qBittorrent",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:4.6.4
|
image: lscr.io/linuxserver/qbittorrent:4.6.5
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
dns:
|
dns:
|
||||||
- ${DNS_IP}
|
- ${DNS_IP}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user