Hi, i’m trying to use plex, installed with docker compose, on my rpi 5.
docker-compose.yml:
version: '3'
services:
plex:
image: linuxserver/plex
container_name: plex
network_mode: host
environment:
* PUID=1000
* PGID=1000
* VERSION=docker
* PLEX_CLAIM=<my_token>
* PLEX_LOG_LEVEL=debug
volumes:
* /home/pi/plex/config:/config
* /home/pi/plex/tvseries:/tv
* /home/pi/plex/movies:/movies
* /home/pi/plex/music:/music
restart: unless-stopped
LOGS:
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/PlexThemeMusic.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/TheTVDBv4.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/LocalMedia.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/TheMovieDB.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/Fanart-TV.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/LastFM.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/Musicbrainz.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/HTbackdrops.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/LyricFind.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/PersonalMedia.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/PlexMovie.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/MoviePosterDB.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/PlexMovie.bundle.
Error starting framework core for /usr/lib/plexmediaserver/Resources/Plug-ins-c67dce28e/LocalMedia.bundle.