mirror of
https://github.com/hotio/website.git
synced 2026-01-09 07:53:23 +08:00
remove overseerr
This commit is contained in:
parent
6e4f35293c
commit
59e6a9534e
@ -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"
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user