my docker run command:
docker run -d --name='heimdall' --net='host' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/':'/config':'rw' 'linuxserver/heimdall'
i try to acces it by 10.10.10.10:8008 and 8009
nginx: [emerg] still could not bind()
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
is what the logs says
I seem to have some problem after i reinstalled Heimdall.
first time worked fine, but now i cant access it.
I specify to use port 8008 and 8009 but it wants to bind to port 80 and 443.
i have the network setting to host.
switching it to bridge does not give the same problem, but still cant access the page.
Have someone else the same problem?