Skip to content

Commit

Permalink
chore(deps): update ghcr.io/jorenn92/maintainerr docker tag to v2.3.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 5fd9723 commit 79d76ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/maintainerr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dynamic_config": true,
"port": 8030,
"id": "maintainerr",
"tipi_version": 12,
"version": "2.2.1",
"tipi_version": 13,
"version": "2.3.1",
"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.",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733760868535
"updated_at": 1734495793000
}
2 changes: 1 addition & 1 deletion apps/maintainerr/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "maintainerr",
"image": "ghcr.io/jorenn92/maintainerr:2.2.1",
"image": "ghcr.io/jorenn92/maintainerr:2.3.1",
"isMain": true,
"internalPort": 6246,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/maintainerr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
maintainerr:
image: ghcr.io/jorenn92/maintainerr:2.2.1 # or jorenn92/maintainerr:1.7.1
image: ghcr.io/jorenn92/maintainerr:2.3.1 # or jorenn92/maintainerr:1.7.1
container_name: maintainerr
# user: 1000:1000 # only use this with release 2.0 and up
volumes:
Expand Down

0 comments on commit 79d76ac

Please sign in to comment.