2023-07-26, 02:42 PM
(2023-07-26, 04:43 AM)LambTalk Wrote: In NPM, you need to set the port to 8096, not 80. Even though you've removed 8096 from your exposed ports, that's still the internal port that Jellyfin is listening on
Ok this worked! I was confused because I tried it on another container and it worked like a charm using port 80 in npm but I just looked and that container is listening on port 80 internally so thats why that worked. Anyways thank you so much!