Cant Access Yacht WebUI

July 29, 2023, 19:19

greensad

I'm using Yacht in a docker container on my device but I'm only able to access the the webUI on my device locally, I cant access Yacht or Portainers WebUI on another device despite it being on my LAN. Any help would be greatly appreciated, including pointing me in the direction of another community if this question is out of scope. 💕

jannik44

what was the command you used to install it?

jannik44

there is the option to bind ports in docker to your local ip maybe you did this?

oops.se

No need to reinstall, just bind the webui ports, example
-p 127.0.0.1:80:8080/tcp
, but replace 127.0.0.1 with your LAN IP adress

oops.se

And do you use docker-compose?