championc
championc
Ok, I'm doing something wrong My docker-compose.yaml file contains the following _mbusd: container_name: mbusd restart: unless-stopped image: ghcr.io/kellerza/hass-addon-sunsynk-multi/amd64:stable devices: - /dev/ttyUSB0:/dev/ttyUSB0 volumes: - /dev/ttyUSB0:/dev/ttyUSB0_ I got the following errors after...
Ok, making progress I used ghcr.io/home-assistant/amd64-base, and now it has started But do I need to add the "config.yaml" file, and then add to volumes ? Like this mbusd: container_name:...
Ok, something not right All looks OK with mbusd **_s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully...
I have had to implement an automatic restart script daily to restart the docker container, but longterm would be better to resolve the issue