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

This commit is contained in:
renovate[bot] 2024-02-11 02:35:40 +00:00 committed by GitHub
parent d1e476edf1
commit 9441a5bca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -4,8 +4,8 @@
"exposable": true, "exposable": true,
"port": 8030, "port": 8030,
"id": "maintainerr", "id": "maintainerr",
"tipi_version": 2, "tipi_version": 3,
"version": "2.0.0", "version": "2.0.2",
"categories": [ "categories": [
"media", "media",
"utilities" "utilities"
@ -15,5 +15,8 @@
"author": "jorenn92", "author": "jorenn92",
"source": "https://github.com/jorenn92/Maintainerr", "source": "https://github.com/jorenn92/Maintainerr",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
maintainerr: maintainerr:
image: ghcr.io/jorenn92/maintainerr:2.0.0 # or jorenn92/maintainerr:1.7.1 image: ghcr.io/jorenn92/maintainerr:2.0.2 # 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: