Server Version#: 1.23.3.4707
Player Version#: 4.59.2
Hey! I just finished installing the Plex Docker container on a Windows 10 machine. I pointed both of my music directories to it. The container is on the C: drive and the music directory on the C: drive works fine and they are both in Plex. I then have another music folder on another drive ( V: ) and for some reason the music on the V: drive does not show up at all. I have both directories added to Plex and Docker. I also put a folder into the drive and Plex doesn’t even see that there’s a folder there? Any help appreciated!
Docker Container Settings:
docker run
-d
–name plex
-p 32400:32400/tcp
-p 3005:3005/tcp
-p 8324:8324/tcp
-p 32469:32469/tcp
-p 1900:1900/udp
-p 32410:32410/udp
-p 32412:32412/udp
-p 32413:32413/udp
-p 32414:32414/udp
-e TZ=“America/Chicago”
-e PLEX_CLAIM=“xxxxx”
-e ADVERTISE_IP=“http://192.168.1.146:32400/”
-e HOME="/config"
-e PGID=“1000”
-e PUID=“1000”
-e VERSION=“docker”
-v V:\music:/music1
-v C:\Users\Server\Desktop\Docker\Plex\data\music:/music2
-v V:\transcode:/transcode
-v V:\TV:/tv
-v V:\Movies:/movies \
plexinc/pms-docker \