Revert "chore(deps): update lscr.io/linuxserver/deluge docker tag to v18" (#2157)
This commit is contained in:
parent
04ce5ac236
commit
02ab1a4cf1
|
@ -5,18 +5,13 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "deluge",
|
"id": "deluge",
|
||||||
"tipi_version": 4,
|
"tipi_version": 3,
|
||||||
"version": "18.04.1",
|
"version": "2.1.1",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.",
|
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.",
|
||||||
"short_desc": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.",
|
"short_desc": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.",
|
||||||
"author": "https://github.com/deluge-torrent",
|
"author": "https://github.com/deluge-torrent",
|
||||||
"source": "https://github.com/linuxserver/docker-deluge",
|
"source": "https://github.com/linuxserver/docker-deluge",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
deluge:
|
deluge:
|
||||||
image: lscr.io/linuxserver/deluge:18.04.1
|
image: lscr.io/linuxserver/deluge:2.1.1
|
||||||
container_name: deluge
|
container_name: deluge
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user