Server Version#:plexinc/pms-docker:latest
Player Version#:4.57.4
I’m attempting to set up my home system in docker. I’m testing everything on a secondary machine first to make sure everything is working correctly, which unfortunately, it’s not.
I use my docker-compose file to bring up all the processes I need. But when i go to localhost:32400 it brings me to a player. If i click on “Your Media”, it brings me to a page that has a button for “Get Plex Media Server”
Here is the relevant part of my docker-compose.yml:
# Plex Media Server
plexms:
container_name: plexms
hostname: plexms
restart: always
image: plexinc/pms-docker
volumes:
- ${USERDIR}/docker/plexms:/config
- ${USERDIR}/Downloads/plex_tmp:/transcode
- /data/media:/media
- ${USERDIR}/docker/shared:/shared
ports:
- "32400:32400/tcp"
- "3005:3005/tcp"
- "8324:8324/tcp"
- "32469:32469/tcp"
- "1900:1900/udp"
- "32410:32410/udp"
- "32412:32412/udp"
- "32413:32413/udp"
- "32414:32414/udp"
environment:
- TZ=${TZ}
- HOSTNAME="Docker Plex"
- PLEX_CLAIM="claim-<code from the claim site>"
- PLEX_UID=${PUID}
- PLEX_GID=${PGID}
- ADVERTISE_IP="http://192.168.1.7:32400/"
- ALLOWED_NETWORKS=192.168.1.0/24,172.19.0.0/16
Any help on this would be highly appreciated. My goal is to eventually move from Windows 10 Plex Server to Ubuntu Docker
(including the token in a public post would have been worse)
Perfect solution, easy as 2 quotation marks and i’m up and running