#Accessing Portainer from HA Docker

1 messages · Page 1 of 1 (latest)

daring leaf
#

I'm trying to add an HA dashboard through which I can access the Portainer interface. I have both HA and Portainer set up using docker-compose. I tried adding it through the "Dashboards" settings in HA, but when I input <192.168.x.xxx>:9000, all I can see after clicking on "Portainer" in the sidebar is HA inside of HA.

My hypothesis is that I need to open up the Portainer container to the HA container, but I'm not sure what I need to change in my docker-compose.yaml file. Do you have any ideas?