I'm trying to install PlexPy via linuxserver/plexpy container on my PR4100 and I can't get it to come up in a web browser after starting it up. I tried different ports in the container config and it isn't working either, here is the script I ran
docker create --name=plexpy \
-v /etc/localtime:/etc/localtime:ro \
-v /shares/Public/Software/plexpy:/config \
-v /mnt/HD/HD_a2/plex_conf/Plex\ Media\ Server/Logs:/logs:ro \
-e PGID=1000 -e PUID=500 \
-p 8282:8282 \
linuxserver/plexpy
Thanks!