Add Music directory to home-assistant
This commit is contained in:
parent
07e39727e7
commit
7321bf20fa
|
@ -6,6 +6,7 @@
|
||||||
volumes = [
|
volumes = [
|
||||||
"home-assistant:/config"
|
"home-assistant:/config"
|
||||||
"/run/dbus:/run/dbus:ro"
|
"/run/dbus:/run/dbus:ro"
|
||||||
|
"/var/lib/syncthing/Music:/music"
|
||||||
];
|
];
|
||||||
environment.TZ = config.time.timeZone;
|
environment.TZ = config.time.timeZone;
|
||||||
image = "ghcr.io/home-assistant/home-assistant:2024.8.0.dev202407210221";
|
image = "ghcr.io/home-assistant/home-assistant:2024.8.0.dev202407210221";
|
||||||
|
|
Loading…
Reference in a new issue