Roaders
Dabbler
- Joined
- Sep 30, 2023
- Messages
- 34
Hi All
I run the home assistant app on my Truenas Scale and I get an error in the log:
based on this thread:
community.home-assistant.io
"all" I need to do is run `docker network prune`
the docker command does not seem to be available on my machine though:
I run the home assistant app on my Truenas Scale and I get an error in the log:
Unable to set up dependencies of default_config. Setup failed for dependencies: zeroconf
based on this thread:

Issues with zeroconf and Docker container on a pi3
That is the docker-compose file I am using: version: '3' services: homeassistant: image: homeassistant/raspberrypi3-homeassistant:latest container_name: homeassistant restart: always network_mode: host volumes: - /opt/home_assistant/:/config -...

"all" I need to do is run `docker network prune`
the docker command does not seem to be available on my machine though:
root@ring[/bin]# docker network prune
zsh: command not found: docker