chore(deps): update fallenbagel/jellyseerr docker tag to v1.8.0 (#3175)

This commit is contained in:
renovate[bot] 2024-04-16 01:45:11 +00:00 committed by GitHub
parent d9480f8719
commit a019bee0b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8163, "port": 8163,
"id": "jellyseerr", "id": "jellyseerr",
"tipi_version": 5, "tipi_version": 6,
"version": "1.7.0", "version": "1.8.0",
"categories": [ "categories": [
"media", "media",
"utilities" "utilities"
@ -16,5 +16,8 @@
"author": "Fallenbagel", "author": "Fallenbagel",
"source": "https://github.com/Fallenbagel/jellyseerr", "source": "https://github.com/Fallenbagel/jellyseerr",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
jellyseerr: jellyseerr:
container_name: jellyseerr container_name: jellyseerr
image: fallenbagel/jellyseerr:1.7.0 image: fallenbagel/jellyseerr:1.8.0
ports: ports:
- ${APP_PORT}:5055 - ${APP_PORT}:5055
volumes: volumes: