Yesterday, 06:49 AM
(This post was last modified: Yesterday, 06:50 AM by treyzer. Edited 1 time in total.)
I installed a jellyfin container on docker via this tutorial: https://www.youtube.com/watch?v=CMFR-TYLWv8&t=331s (also planning on using the caddy/cloudflare part of it as well)
Docker and the ports jellyfin is running on are both passed through my windows firewall. ports are open for the pc as well but that will be used later for caddy.
Docker reports jellyfin as running fine and gives ports its running on. but it is unable to connect to localhost:8096(or 8920)
other devices on the network cannot reach the IP:8096 address either.
also - docker reports it as running fine (also compose file gives no errors):
docker-compose.yml:
any ideas or guidance? I have been working with the author of the tutorial and we are both running out of ideas. note: it works fine for him and loads just fine but for me it is unable to connect. so I assume there is a firewall restriction in someway but cannot find one. if none then I will be transitioning to a baremetal on windows instead of docker
Docker and the ports jellyfin is running on are both passed through my windows firewall. ports are open for the pc as well but that will be used later for caddy.
Docker reports jellyfin as running fine and gives ports its running on. but it is unable to connect to localhost:8096(or 8920)
other devices on the network cannot reach the IP:8096 address either.
also - docker reports it as running fine (also compose file gives no errors):
docker-compose.yml:
any ideas or guidance? I have been working with the author of the tutorial and we are both running out of ideas. note: it works fine for him and loads just fine but for me it is unable to connect. so I assume there is a firewall restriction in someway but cannot find one. if none then I will be transitioning to a baremetal on windows instead of docker