remove overseerr

This commit is contained in:
mrhotio 2025-12-11 07:49:07 +01:00
parent 6e4f35293c
commit 59e6a9534e
2 changed files with 0 additions and 45 deletions

View File

@ -1,44 +0,0 @@
---
hide:
- toc
---
--8<-- "includes/header-links.md"
## Starting the container
=== "cli"
```shell linenums="1"
docker run --rm \
--name overseerr \
-p 5055:5055 \
-e PUID=1000 \
-e PGID=1000 \
-e UMASK=002 \
-e TZ="Etc/UTC" \
-v /<host_folder_config>:/config \
ghcr.io/hotio/overseerr
```
=== "compose"
```yaml linenums="1"
services:
overseerr:
container_name: overseerr
image: ghcr.io/hotio/overseerr
ports:
- "5055:5055"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Etc/UTC
volumes:
- /<host_folder_config>:/config
```
--8<-- "includes/tags.md"
--8<-- "includes/wireguard.md"

View File

@ -87,7 +87,6 @@ nav:
- hotio/mergerfs: containers/mergerfs.md
- hotio/nzbget: containers/nzbget.md
- hotio/nzbhydra2: containers/nzbhydra2.md
- hotio/overseerr: containers/overseerr.md
- hotio/plex: containers/plex.md
- hotio/prowlarr: containers/prowlarr.md
- hotio/qbitmanage: containers/qbitmanage.md