Hi all! I recently started an ubuntu server and wanted to set up plex using docker compose. I started by following this guide: https://www.smarthomebeginner.com/docker-media-server-2022/
However when I got up to the section with radarr I noticed that I can't seem to connect to the website from a computer on the same network. I tried both using the host computers local ip and the public ip.
Running
sudo docker ps -a
I get this result:
4d471a13e1a3 lscr.io/linuxserver/radarr:nightly "/init" About an hour ago Up About an hour 0.0.0.0:7878->7878/tcp, :::7878->7878/tcp radarr
so it looks like the docker port is listening for port 7878
running
To Action From
-- ------ ----
25565 ALLOW Anywhere
7878/tcp ALLOW Anywhere
7878 ALLOW Anywhere
22 ALLOW Anywhere
25565 (v6) ALLOW Anywhere (v6)
7878/tcp (v6) ALLOW Anywhere (v6)
7878 (v6) ALLOW Anywhere (v6)
22 (v6) ALLOW Anywhere (v6)```
so it looks like it should be allowed from my external computer
Will post more commands in a comment, I'm close to the character limit