Add media volume mapping for Home Assistant service

This commit is contained in:
Edgar P. Burkhart 2025-09-23 10:45:50 +02:00
parent 1ebdc533ec
commit 8db4b9f6fe
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -6,6 +6,7 @@ services:
- /docker/homeassistant/config:/config - /docker/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro - /run/dbus:/run/dbus:ro
- /docker/homeassistant/media:/mnt/media
restart: unless-stopped restart: unless-stopped
privileged: true privileged: true
network_mode: host network_mode: host