New install, unraid docker address in use

[edit] nevermind, I ran docker ps and saw a docker had a dynmap port range including 8123.

First time with home assistant, I’m using the CA home assistant core (no changes to template) in unraid, but i can’t get to the webui.

Log:

2020-05-21 09:26:14 ERROR (MainThread) [homeassistant.components.http] Failed to create HTTP server at port 8123: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8123): address in use

Console:

r:~# sudo netstat -plant |grep 8123
tcp6       0      0 :::8123                 :::*                    LISTEN      30586/docker-proxy

I’ve tried port forwarding 8123 on my router. I don’t really know how to fix this.