-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing persistent storage in Dockerfile / no data saved #4
Comments
Thank for the report! It seems that HASS requires data to be stored in the path /data, which means that the base docker image needs to be modified. I created an issue in the repo Forceu/barcodebuddy-docker#14 and will have a look at it in the next days. |
Not totally sure about that, as the See here: https://github.com/home-assistant/addons/search?q=WORKDIR I'll install a changed version (just setting Should I use this issue or Forceu/barcodebuddy-docker#14 to report? |
No workdir has nothing to do with it, HASS only mounts the a /data volume by default. I modified the config file, can you try if it works now? |
Unfortunately it doesn't seem to fix the issue. But I have to admit I'm not sure how that worked... I didn't do anything to update the HA-addOn, but it seems it was updated automatically (I don't have the option for automatic update enabled)? Nonetheless I checked the file |
Edit: re-wrote this after some new input on another addon, now much shorter. You probably want to store files in |
I am really sorry guys, I completely forgot about this issue, as I am not using the HA image. I linked the /config volume to /data in the current image, does this fix the issue? |
The addOn doesn't store data in a persistent storage, leading to loosing all data after a shutdown/restart.
As far as I know there should be a
WORKDIR
in the Dockerfile to set this up.Reproduce:
The text was updated successfully, but these errors were encountered: