fix(overseerr): version (#2757)

This commit is contained in:
JigSaw 2024-03-08 23:16:19 +01:00 committed by GitHub
parent f2d0ba6f42
commit 4f7dba5bdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"exposable": true,
"port": 8116,
"id": "overseerr",
"tipi_version": 9,
"tipi_version": 10,
"version": "1.33.2",
"categories": [
"media",

View File

@ -1,7 +1,7 @@
services:
overseerr:
container_name: overseerr
image: ghcr.io/linuxserver/overseerr:v1.33.2
image: ghcr.io/linuxserver/overseerr:1.33.2
environment:
- PUID=1000
- PGID=1000