2024-08-27, 05:59 PM
(2024-08-27, 03:17 PM)TheDreadPirate Wrote: Can you share the docker config for the jellyfin container?
Im not 100% sure what that is. Im looking at the container, I see several configs, but not an overall config. If you can tell me where to find that ill bring it over. When I inspect this is the top config. there is more info under this but im not sure if it is what you are looking for.
2478aeb03e99c8015e31d213217fbad62400e8aaf6239489afe23f0b5a680952
- AppArmorProfile docker-default
- Args [ ]
- Config
- AttachStderr false
- AttachStdin false
- AttachStdout false
- Cmd
- Domainname
- Entrypoint
- 0 /jellyfin/jellyfin
- 0 /jellyfin/jellyfin
- Env
- 0 PATH=/usr/local/sbinusr/local/binusr/sbinusr/binsbinbin
- 1 HEALTHCHECK_URL=http://localhost:8096/health
- 2 DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
- 3 LC_ALL=en_US.UTF-8
- 4 LANG=en_US.UTF-8
- 5 LANGUAGE=en_US:en
- 6 JELLYFIN_DATA_DIR=/config
- 7 JELLYFIN_CACHE_DIR=/cache
- 8 JELLYFIN_CONFIG_DIR=/config/config
- 9 JELLYFIN_LOG_DIR=/config/log
- 10 JELLYFIN_WEB_DIR=/jellyfin/jellyfin-web
- 11 JELLYFIN_FFMPEG=/usr/lib/jellyfin-ffmpeg/ffmpeg
- 12 MALLOC_TRIM_THRESHOLD_=131072
- 13 NVIDIA_VISIBLE_DEVICES=all
- 14 NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
- 15 DEBIAN_FRONTEND=noninteractive
- 16 XDG_CACHE_HOME=/cache
- 17 PUID=4096
- 18 PGID=4096
- 0 PATH=/usr/local/sbinusr/local/binusr/sbinusr/binsbinbin
- ExposedPorts
- 1900/udp { }
- 7359/udp { }
- 8096/tcp { }
- 8920/tcp { }
- 1900/udp { }
- Healthcheck
- Interval 30000000000
- Retries 3
- StartPeriod 10000000000
- Test
- 0 CMD-SHELL
- 1 curl -Lk -fsS "${HEALTHCHECK_URL}" || exit 1
- 0 CMD-SHELL
- Timeout 30000000000
- Interval 30000000000
- Hostname aa70e3b9b66e
- Image jellyfin/jellyfin:latest
- Labels
- org.opencontainers.image.description The Free Software Media System
- org.opencontainers.image.documentation https://jellyfin.org/docs/
- org.opencontainers.image.source https://github.com/jellyfin/jellyfin
- org.opencontainers.image.title Jellyfin
- org.opencontainers.image.url https://jellyfin.org
- org.opencontainers.image.version 10.9.7
- org.opencontainers.image.description The Free Software Media System
- OnBuild
- OpenStdin false
- StdinOnce false
- Tty false
- User 999:1000
- Volumes { /cache: [object Object], /config: [object Object], /media: [object Object] }
- WorkingDir
- AttachStderr false