chore(deps): update sctx/overseerr docker tag to v1.33.1 (#898)

This commit is contained in:
renovate[bot] 2023-07-24 09:40:18 +00:00 committed by GitHub
parent b03b55436f
commit ea6dc58438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,9 +5,12 @@
"exposable": true, "exposable": true,
"port": 8116, "port": 8116,
"id": "overseerr", "id": "overseerr",
"tipi_version": 6, "tipi_version": 7,
"version": "1.33.0", "version": "1.33.1",
"categories": ["media", "utilities"], "categories": [
"media",
"utilities"
],
"description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!", "description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!",
"short_desc": "Request management and media discovery tool for the Plex ecosystem", "short_desc": "Request management and media discovery tool for the Plex ecosystem",
"author": "sct", "author": "sct",

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
overseerr: overseerr:
container_name: overseerr container_name: overseerr
image: sctx/overseerr:1.33.0 image: sctx/overseerr:1.33.1
environment: environment:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes: