homeassistant: Change dbus volume to read-only
This commit is contained in:
parent
594931d5bc
commit
3173352222
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ExecStart=/usr/bin/podman run \
|
||||||
--name homeassistant \
|
--name homeassistant \
|
||||||
--env TZ=Europe/Helsinki \
|
--env TZ=Europe/Helsinki \
|
||||||
--userns keep-id \
|
--userns keep-id \
|
||||||
--volume /run/dbus:/run/dbus:rw \
|
--volume /run/dbus:/run/dbus:ro \
|
||||||
--volume /srv/homeassistant:/config:rw \
|
--volume /srv/homeassistant:/config:rw \
|
||||||
docker.io/homeassistant/home-assistant:{{ homeassistant_version }}
|
docker.io/homeassistant/home-assistant:{{ homeassistant_version }}
|
||||||
ExecStop=/usr/bin/podman stop --ignore homeassistant
|
ExecStop=/usr/bin/podman stop --ignore homeassistant
|
||||||
|
|
Loading…
Add table
Reference in a new issue