chore(deps): update ghcr.io/jorenn92/maintainerr docker tag to v2.0.4 (#3832)
This commit is contained in:
parent
209d9f6b29
commit
9e04441229
|
@ -4,19 +4,13 @@
|
|||
"exposable": true,
|
||||
"port": 8030,
|
||||
"id": "maintainerr",
|
||||
"tipi_version": 4,
|
||||
"version": "2.0.3",
|
||||
"categories": [
|
||||
"media",
|
||||
"utilities"
|
||||
],
|
||||
"tipi_version": 5,
|
||||
"version": "2.0.4",
|
||||
"categories": ["media", "utilities"],
|
||||
"description": "Maintainerr will manage the storage space on your plex server, launching automated actions to delete your files.",
|
||||
"short_desc": "Maintainerr will manage the storage space on your plex server, launching automated actions to delete your files.",
|
||||
"author": "jorenn92",
|
||||
"source": "https://github.com/jorenn92/Maintainerr",
|
||||
"form_fields": [],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
maintainerr:
|
||||
image: ghcr.io/jorenn92/maintainerr:2.0.3 # or jorenn92/maintainerr:1.7.1
|
||||
image: ghcr.io/jorenn92/maintainerr:2.0.4 # or jorenn92/maintainerr:1.7.1
|
||||
container_name: maintainerr
|
||||
# user: 1000:1000 # only use this with release 2.0 and up
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user