I have fully functioning zigbee2mqtt and zwave-js-ui.
However I have no plugins, which I have placed in 2 locations,
/opt/domoticz/userdata/plugins
and
/opt/domoticz/config/plugins
I presume this should work, however it does not (and I also don't have any themes, not sure if related)
My docker-compose.yml is basically the same as in the wiki.
Code: Select all
version: '3.3'
services:
domoticz:
image: domoticz/domoticz:2023.2
container_name: domoticz
restart: unless-stopped
# Pass devices to container
# devices:
# - "/dev/serial/by-id/usb-0658_0200-if00-port0:/dev/ttyACM0"
ports:
- "8080:8080"
volumes:
- ./config:/opt/domoticz/userdata
- /var/sbfspot:/var/sbfspot
- /etc/sbfspot:/etc/sbfspot
environment:
- TZ=Europe/Lisbon
- LOG_PATH=/opt/domoticz/userdata/domoticz.log