chore(deps): update fallenbagel/jellyseerr docker tag to v1.9.0 (#3608)
This commit is contained in:
parent
7f72fecc0c
commit
6507f58fd1
|
@ -5,19 +5,13 @@
|
|||
"exposable": true,
|
||||
"port": 8163,
|
||||
"id": "jellyseerr",
|
||||
"tipi_version": 7,
|
||||
"version": "1.8.1",
|
||||
"categories": [
|
||||
"media",
|
||||
"utilities"
|
||||
],
|
||||
"tipi_version": 8,
|
||||
"version": "1.9.0",
|
||||
"categories": ["media", "utilities"],
|
||||
"description": "Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers!",
|
||||
"short_desc": "Fork of overseerr for Jellyfin support",
|
||||
"author": "Fallenbagel",
|
||||
"source": "https://github.com/Fallenbagel/jellyseerr",
|
||||
"form_fields": [],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
jellyseerr:
|
||||
container_name: jellyseerr
|
||||
image: fallenbagel/jellyseerr:1.8.1
|
||||
image: fallenbagel/jellyseerr:1.9.0
|
||||
ports:
|
||||
- ${APP_PORT}:5055
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user