Replies: 3 comments
-
Your volume is incorrect, it needs to map to /usr/src/app/store. Check the example again. There are other discussions here with the same problem. |
Beta Was this translation helpful? Give feedback.
-
Problem is the volume is not setup correctly. You are mapping local directory So you should set volume to: |
Beta Was this translation helpful? Give feedback.
-
Thanks ! For some reason in my head I thought I could target the store directory that I had used when I ran ZUI with the preconfigured zip file |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Still a noob with docker and zwave-js-ui. Using it with OpenHAB (rules and persistence). Found this suggestion
docker-compose pull && docker-compose up -d
and it works, but the settings (like MQTT name, backup time, backup file, Zstick power settings) are lost. Using the example docker compose in the docs. Docker seems to have a separate file structure and doesn't use the store in the yaml (AFAIK).
version: '3.7'
services:
Beta Was this translation helpful? Give feedback.
All reactions