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,
|
"exposable": true,
|
||||||
"port": 8030,
|
"port": 8030,
|
||||||
"id": "maintainerr",
|
"id": "maintainerr",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "2.0.3",
|
"version": "2.0.4",
|
||||||
"categories": [
|
"categories": ["media", "utilities"],
|
||||||
"media",
|
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "Maintainerr will manage the storage space on your plex server, launching automated actions to delete your files.",
|
"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.",
|
"short_desc": "Maintainerr will manage the storage space on your plex server, launching automated actions to delete your files.",
|
||||||
"author": "jorenn92",
|
"author": "jorenn92",
|
||||||
"source": "https://github.com/jorenn92/Maintainerr",
|
"source": "https://github.com/jorenn92/Maintainerr",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
maintainerr:
|
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
|
container_name: maintainerr
|
||||||
# user: 1000:1000 # only use this with release 2.0 and up
|
# user: 1000:1000 # only use this with release 2.0 and up
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user