homeassistant: Change dbus volume to read-only

This commit is contained in:
Timo Makinen 2023-04-01 19:52:01 +00:00
parent 594931d5bc
commit 3173352222

View file

@ -10,7 +10,7 @@ ExecStart=/usr/bin/podman run \
--name homeassistant \
--env TZ=Europe/Helsinki \
--userns keep-id \
--volume /run/dbus:/run/dbus:rw \
--volume /run/dbus:/run/dbus:ro \
--volume /srv/homeassistant:/config:rw \
docker.io/homeassistant/home-assistant:{{ homeassistant_version }}
ExecStop=/usr/bin/podman stop --ignore homeassistant