Server Version#: 1.14.1.5488
Player Version#: 3.77.4
Everytime my computer (Win 10) restarts and I open plex I am prompted to setup a new server. I have to stop, remove, and rerun the docker command to get access back to my old server. Here is the command I’m running:
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/New_York” -e PLEX_CLAIM="" -e ADVERTISE_IP=“http://192.168.1.102:32400/” -h “Docker Plex” -v D:\Videos.plex\new_config:/config -v D:\Videos.plex\transcode:/transcode -v D:\Videos:/data --restart unless-stopped plexinc/pms-docker