Revert "chore(deps): update lscr.io/linuxserver/deluge docker tag to v18" (#2157)

This commit is contained in:
JigSaw 2024-01-18 16:48:31 +01:00 committed by GitHub
parent 04ce5ac236
commit 02ab1a4cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -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"
]
} }

View File

@ -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