I’ve created addon on my github: hassio-addons/VoceChat at main · djhui/hassio-addons · GitHub
but I’ve realised when I restart the host or restart the addon, all data was gone
below is the config.yaml
this addon data is stored data in docker file, the path is /home/vocechat-server
how can I set the config file that after restarted, all data will be kept in the docker?or redirect to the Host
name: "VoceChat Server"
description: "VoceChat Server Add-on for Home Assistant"
version: "v0.3.54"
slug: "vocechat-server"
arch:
- amd64
url: https://voce.chat/
image: docker.io/privoce/vocechat-server
init: false
hassio_api: true
hassio_role: manager
startup: services
ingress: true
map:
- addon_config:rw
ingress_port: 3000
options:
current_dir: "/addons_config/Vocechat"
ports:
3000/tcp: 3000
ports_description:
3000/tcp: "VoceChat Server"
watchdog: "http://[HOST]:[PORT:3000]"
webui: "http://[HOST]:[PORT:3000]"