Problem with connecting to web interface

Hi,

I followed short tutorial for docker - compose (https://www.loraserver.io/guides/docker-compose/) . I done everything that was explained, get depository and run it with docker, but cannot access web interface of app server from my local host.
I tried:
localhost:8080
localhost:8000
loraserver:8080
loraserver:8000

Any suggestions?
Thanks

Tried through https?

ex: https://192.168.0.x:8080 so with your local IP

the real localhost is 127.0.0.1 … but it’s doesn’t work like this