rename jellyseer to seerr

This commit is contained in:
mrhotio 2025-12-11 07:41:35 +01:00
parent ef2404eab4
commit 27aee1358d
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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