Hi guys,
I just managed to to get Plex media server running on an Ubuntu Server with Docker Compose connected to a reverse proxy Nginx docker container in a subnetwork. This works fine. When I want to access that server over my reverse proxy Plex.example.com I get an error. The web interface is reachable but It says: Plex is not reachable. I did use the environment label with advertise_ip and pointed it towards the Plex.example.com Adress and the Plex token aswell.
“Plex ist nicht erreichbar. Stelle bitte sicher, dass dein Server mit dem Internet verbunden ist und dass der Zugriff nicht durch Firewalls oder ähnliche Software blockiert wird.”
Thanks for your quick reply. So its working for you with those settings? I don’t see any major difference. I am not using nginx proxy. I Just have nginx running in a container and setting everything up by myself.
Benutzt du nun einen Reverse Proxy oder nicht?
Bei mir läuft nginx (docker container von jwilder) parallel. Dessen config kannst du auf der github seite ebenfall nachlesen. Ich bin leider kein Experte, nur Anwender und Pfuscher
Ja nutze ich aber aber stelle ihn selber ein. Hab einfach nur nginx laufen. Wie sieht deine config für nginx aus? Eigentlich dürfte das aber nicht das problem sein. Die Seite lässt sich ja aufrufen, nur die Verbindung zum PMS klappt nicht.