chore(deps): update ghcr.io/jorenn92/maintainerr docker tag to v2.0.4 (#3832)

This commit is contained in:
renovate[bot] 2024-06-19 15:03:26 +00:00 committed by GitHub
parent 209d9f6b29
commit 9e04441229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

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

View File

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