I’ve finally upgraded to 25.04 and now I need to painfully recreate all the apps I was using under TrueCharts. I’m just trying to start with Plex for now, and no matter what I do, I cannot seem to connect to the web UI.
I’m using Dockge to manage the compose files. Here’s the Plex compose:
I have tried with, and without, the following defined:
networks
expose
I am under the impression that bridge networking is enabled by default. But how do I tell it to bridge to a particular interface? My server is using 172.16.42.25/24 on interface br0. I try to connect to http://172.16.42.25:32400/web and receive the browser error message that the address is unreachable.
I am currently trying to access from a different network, 172.16.44.0/24, that is routed to the other network. This is working to all hosts on the 42 network and nothing has changed other than upgrading TrueNAS.
I am able to access Dockge installed from the apps repo on 172.16.42.25 just fine.
Thank you for the reply. I will work on the transcoding config later. The container is launching and Plex is running. I just cannot access it. I have applied your suggestions but it didn’t make a difference accessing the web UI of course.
No, I changed the docker network to 10.32.0.0/12. I can access Dockge just fine. I tried the catalog version of Plex and cannot access its web UI either. :-/ I am wondering if the allowed networks setting is not working, since I’m connecting from a different network.
No luck. I tried removing it entirely, and also just allowing the 172.16.0.0/12 network. Typically I need to at least allow 172.16.0.0/12 since I am on a different subnet than the server.
OK i played around with a stripped down version (because i obviously do not have your mountpaths) and got it to deploy via custom yaml directly in truenas.
I tried modifying your yaml.
Please try it:
Good catch, but that wouldn’t have prevented connectivity. I fixed it, but no difference.
I rebooted the server just to make sure it wasn’t some weird bridging issue that I couldn’t see, but nothing changed. I guess for now I’m going to have to revert back to 24.04 for now. I will be back at that location tomorrow and can try from the same network subnet.