So, I’ve been running hassio home assistant on a Pi4 for a while but I’m starting to want to integrate Grafana etc so I’m moving it to a dedicated PC.
I’ve done a base install of Ubuntu 19.10 Server and installed Docker as part of the options at the end of the default install and then followed the instructions on (https://www.home-assistant.io/hassio/installation/) for a supervised install. So far so good.
I can see the 5 docker containers running but they don’t appear to have any ports mapped to allow access.
When I run docker ps I get the following;
Now I’m very new to Docker and I’m sure that I’m missing something but I can’t see what.
The second question I’m going to have off the back of this is moving my Conbee stick I can see people using docker compose to map the Conbee stick to the container but which container should I map it to and where do I find the docker compose file?
Thanks in advance for any help.