A couple of things
- I updated the binding update to reflect OH3/4 here.
- the ZW DB has been hit with DoS, so the developer created another way here.
- Also I think you can just add the modified Zwave jar to the addons folder (assuming you created a volume for it) EDIT: Note Uninstall the Zwave binding from the UI first.
services:
openhab:
image: "openhab/openhab:milestone"
restart: always
network_mode: host
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
- "/etc/cont-init.d:/etc/cont-init.d"
- "./openhab_addons:/openhab/addons" // use this
- "./openhab_conf:/openhab/conf"
- "./openhab_userdata:/openhab/userdata"
environment:
CRYPTO_POLICY: "unlimited"
EXTRA_JAVA_OPTS: "-Duser.timezone=America/New_York"
OPENHAB_HTTP_PORT: "8080"
OPENHAB_HTTPS_PORT: "8443"
USER_ID: "1000"
GROUP_ID: "1000"