Change that to the port number you want (you have an IP address there)
Since you're running it in the host
network (--network=host
), it won't display port mapping.
If you want it to run in the bridge
network and use port mapping you have to drop the --network=host
and --env=PLEX_PORT
and include the port mapping you want.
You also have a lot of unnecessary statements in your docker run command.