Josh
Results
2
comments of
Josh
Can you access the plexms container by going to your host_ip:32400 ? If yes, then you also need to port forward on your router 32400 to host_ip:32400 This is what...
here is my Plex config from the docker-compose-t2.yml ```yml # Plex - Media Server plexms: image: linuxserver/plex:latest container_name: plexms restart: unless-stopped depends_on: - traefik networks: - t2_proxy devices: - /dev/dri:/dev/dri...