mirror of
https://github.com/hotio/website.git
synced 2026-01-09 07:53:23 +08:00
rename jellyseer to seerr
This commit is contained in:
parent
ef2404eab4
commit
27aee1358d
@ -11,23 +11,23 @@ hide:
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name jellyseerr \
|
||||
--name seerr \
|
||||
-p 5055:5055 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e UMASK=002 \
|
||||
-e TZ="Etc/UTC" \
|
||||
-v /<host_folder_config>:/config \
|
||||
ghcr.io/hotio/jellyseerr
|
||||
ghcr.io/hotio/seerr
|
||||
```
|
||||
|
||||
=== "compose"
|
||||
|
||||
```yaml linenums="1"
|
||||
services:
|
||||
jellyseerr:
|
||||
container_name: jellyseerr
|
||||
image: ghcr.io/hotio/jellyseerr
|
||||
seerr:
|
||||
container_name: seerr
|
||||
image: ghcr.io/hotio/seerr
|
||||
ports:
|
||||
- "5055:5055"
|
||||
environment:
|
||||
@ -83,7 +83,6 @@ nav:
|
||||
- hotio/duplicacy: containers/duplicacy.md
|
||||
- hotio/jackett: containers/jackett.md
|
||||
- hotio/jellyfin: containers/jellyfin.md
|
||||
- hotio/jellyseerr: containers/jellyseerr.md
|
||||
- hotio/lidarr: containers/lidarr.md
|
||||
- hotio/mergerfs: containers/mergerfs.md
|
||||
- hotio/nzbget: containers/nzbget.md
|
||||
@ -98,6 +97,7 @@ nav:
|
||||
- hotio/requestrr: containers/requestrr.md
|
||||
- hotio/rflood: containers/rflood.md
|
||||
- hotio/sabnzbd: containers/sabnzbd.md
|
||||
- hotio/seerr: containers/seerr.md
|
||||
- hotio/sonarr: containers/sonarr.md
|
||||
- hotio/stash: containers/stash.md
|
||||
- hotio/tautulli: containers/tautulli.md
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user