Server Version#:latest
Player Version#:latset
I installed the plex server in docker using the following command.
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=“Asia/Shanghai”
-e PLEX_CLAIM=“claim-[MyClaimID]”
-e ADVERTISE_IP=http://[MyServerIpAddress]:32400/
-h PlexServer
-v /home/[userName]/plex/config:/config
-v /home/[userName]/plex/transcode:/transcode
-v /home/[userName]/plex/media:/data
plexinc/pms-docker
I confirm that my server address is consistent with the plex address.
When using automatic remote access, “192.168.3.100: 32400 ← [MyIP]:0 x Internet” is displayed, and there is no plex information in the router’s UPnP settings.
When I specify the port, the plex can connect to the server.
When I use “docker logs -f plex”, there is no error